summaryrefslogtreecommitdiff
path: root/tests/demo/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'tests/demo/configure.ac')
-rw-r--r--tests/demo/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/demo/configure.ac b/tests/demo/configure.ac
index 7a844415..27a0da56 100644
--- a/tests/demo/configure.ac
+++ b/tests/demo/configure.ac
@@ -51,13 +51,13 @@ LT_INIT([dlopen win32-dll])
AC_SUBST([LIBTOOL_DEPS])
STATIC=
-test "X$enable_static" = Xyes && STATIC=-static
+test yes = "$enable_static" && STATIC=-static
AC_SUBST([STATIC])
case $lt_cv_sys_global_symbol_pipe in
?*) binary_helldl=yes ;;
esac
-AM_CONDITIONAL([BINARY_HELLDL], [test "X$binary_helldl" = Xyes])
+AM_CONDITIONAL([BINARY_HELLDL], [test yes = "$binary_helldl"])
## --------------------------- ##