aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-10-25 07:45:53 +0000
committerdos-reis <gdr@axiomatics.org>2009-10-25 07:45:53 +0000
commit4b5142a4fd64563cd28ad6ab10035db38f016331 (patch)
treec707ed6c4a256af681af6607d660c7a3218ba104 /configure
parenta87a6785b80957b04b841bbb0b99c8cc4c58f031 (diff)
downloadopen-axiom-4b5142a4fd64563cd28ad6ab10035db38f016331.tar.gz
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1511bd73..eb527e48 100755
--- a/configure
+++ b/configure
@@ -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/'`