aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1bd616ef0..c405010d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1549,7 +1549,8 @@ dnl if found
[],
dnl if not found, $ac_func is the name we check for
func="$ac_func"
-if test "skipcheck_$func" != "yes"; then
+eval skipcheck=\$skipcheck_$func
+if test "x$skipcheck" != "xyes"; then
AC_MSG_CHECKING([deeper for $func])
AC_TRY_LINK( [],
[ $func ();],