]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
fixed arguments to "test"
[wxWidgets.git] / configure.in
index 2faf1c9ea63705e1d737565d6c4d748cb6cceb46..03959b5e27dca73a343af9e3f119b5ae1361ae7d 100644 (file)
@@ -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