From 0902e71a160c215d9f65214a19a53facd1cf7ab9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Tue, 14 Mar 2000 12:33:37 +0000 Subject: [PATCH] fixed arguments to "test" git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2faf1c9ea6..03959b5e27 100644 --- a/configure.in +++ b/configure.in @@ -2144,7 +2144,7 @@ AC_CHECK_HEADERS(wcstr.h) dnl defines HAVE_FNMATCH_H AC_CHECK_HEADERS(fnmatch.h) -if test "$wxUSE_GUI" = "yes" -a test "$wxUSE_UNIX" = "yes"; then +if test "$wxUSE_GUI" = "yes" -a "$wxUSE_UNIX" = "yes"; then dnl defines HAVE_X11_XKBLIB_H AC_CHECK_HEADERS(X11/XKBlib.h) fi -- 2.47.2