From: Guillem Jover Date: Fri, 9 Jun 2017 02:52:45 +0000 (+0200) Subject: build: Quote the arguments to AC_CONDITIONAL X-Git-Tag: 0.8.4~17 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4fec871c792bb6c01dc9a82dabf21374d59bd689;p=thirdparty%2Flibbsd.git build: Quote the arguments to AC_CONDITIONAL --- diff --git a/configure.ac b/configure.ac index 0aa2d83..5fed4c9 100644 --- a/configure.ac +++ b/configure.ac @@ -144,7 +144,7 @@ AC_LINK_IFELSE( AC_CHECK_FUNCS([clearenv dirfd fopencookie __fpurge \ getauxval getentropy getexecname getline \ pstat_getproc sysconf]) -AM_CONDITIONAL(HAVE_GETENTROPY, [test "x$ac_cv_func_getentropy" = "xtrue"]) +AM_CONDITIONAL([HAVE_GETENTROPY], [test "x$ac_cv_func_getentropy" = "xtrue"]) AC_CONFIG_FILES([ Makefile