aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/find_system_library.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/find_system_library.m4 b/config/find_system_library.m4
index 310b44112aea..8b98bd67d2ee 100644
--- a/config/find_system_library.m4
+++ b/config/find_system_library.m4
@@ -90,8 +90,8 @@ AC_DEFUN([ZFS_AC_FIND_SYSTEM_LIBRARY], [
AC_DEFINE([HAVE_][$1], [1], [Define if you have [$5]])
$7
],[dnl ELSE
- AC_SUBST([$1]_CFLAGS, [])
- AC_SUBST([$1]_LIBS, [])
+ AC_SUBST([$1]_CFLAGS, [""])
+ AC_SUBST([$1]_LIBS, [""])
AC_MSG_WARN([cannot find [$5] via pkg-config or in the standard locations])
$8
])