summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2be9410ec..8402387d2 100644
--- a/configure.in
+++ b/configure.in
@@ -878,7 +878,7 @@ AC_CHECK_PROG(DOXYGEN, doxygen, doxygen, no)
dnl
dnl It seems automake 1.5 don't take care about this script
dnl
-if test ! -z $am_depcomp; then
+if test ! -z "$am_depcomp"; then
DEPCOMP="depcomp"
fi
AC_SUBST(DEPCOMP)