summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-02-02 13:48:53 +0100
committerDavid Tardon <dtardon@redhat.com>2015-02-02 13:48:53 +0100
commit80c7842c7a79c0e3b66962d5c54ef89ff759723d (patch)
treef46742998e2621cb2ba011d59cb26c31c389fcf6 /configure.ac
parent06f9844bd62f718bed85ca74d3769f73b5b9b2ab (diff)
remove bashism
Change-Id: I795bf489517e6cadb5efa0e6a80072d1063ff50b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e5f51aa..2bbf072 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,7 +184,7 @@ AS_CASE([$host],
AC_MSG_RESULT([$platform_win32])
AM_CONDITIONAL([PLATFORM_WIN32], [test "x$platform_win32" = "xyes"])
-AS_IF([test $platform_win32 == yes],
+AS_IF([test $platform_win32 = yes],
[],
[
AC_MSG_CHECKING([for -fvisibility=hidden compiler flag])