diff options
author | dos-reis <gdr@axiomatics.org> | 2009-10-25 07:45:53 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2009-10-25 07:45:53 +0000 |
commit | 4b5142a4fd64563cd28ad6ab10035db38f016331 (patch) | |
tree | c707ed6c4a256af681af6607d660c7a3218ba104 /configure | |
parent | a87a6785b80957b04b841bbb0b99c8cc4c58f031 (diff) | |
download | open-axiom-4b5142a4fd64563cd28ad6ab10035db38f016331.tar.gz |
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11779,7 +11779,7 @@ $as_echo "no" >&6; } fi -if test -z $PDFLATEX; then +if test -z "$PDFLATEX"; then # Extract the first word of "latex", so it can be a program name with args. set dummy latex; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 @@ -16269,7 +16269,7 @@ fi test -n "$OA_QT_QMAKE" && break done -if test -n $OA_QT_MOC; then +if test -n "$OA_QT_MOC"; then { $as_echo "$as_me:$LINENO: checking Qt version" >&5 $as_echo_n "checking Qt version... " >&6; } oa_qt_version=`"$OA_QT_MOC" -v 2>&1 | sed -e 's/^.*(\(.*\))$/\1/'` |