configure.ac: Quote `$ac_cv_search_clock_gettime' properly.
[catacomb] / configure.ac
index 3c8cb37..902d7d5 100644 (file)
@@ -227,7 +227,7 @@ AC_CHECK_HEADERS([linux/random.h])
 mdw_ORIG_LIBS=$LIBS LIBS=$CATACOMB_LIBS
 AC_SEARCH_LIBS([clock_gettime], [rt])
 CATACOMB_LIBS=$LIBS LIBS=$mdw_ORIG_LIBS
-if test $ac_cv_search_clock_gettime != no; then
+if test "$ac_cv_search_clock_gettime" != no; then
   AC_DEFINE([HAVE_CLOCK_GETTIME], [1],
            [Define if you have the \`clock_gettime' function.])
 fi