improved waiting for elements: defaults to timeout-1 if element should be there, defaults to timeout/3 if element is optional
This commit is contained in:
+3
-3
@@ -274,9 +274,9 @@ AC_DEFUN([AX_QT_NO_KEYWORDS], [
|
||||
])
|
||||
|
||||
AC_DEFUN([AX_INIT_QT], [
|
||||
test -f src/makefile.in && cat >> src/makefile.in <<EOF
|
||||
#### HERE
|
||||
if test -n "${AX_ADDITIONAL_QT_RULES_HACK}"; then
|
||||
test -f src/makefile.in && cat >> src/makefile.in <<EOF
|
||||
${AX_ADDITIONAL_QT_RULES_HACK}
|
||||
#### WE ARE
|
||||
EOF
|
||||
fi
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user