]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_GTK must stay quoted..
authorRon Lee <ron@debian.org>
Thu, 8 Nov 2001 12:25:49 +0000 (12:25 +0000)
committerRon Lee <ron@debian.org>
Thu, 8 Nov 2001 12:25:49 +0000 (12:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 5c90ef2fd0fcd6f814bfe58f39cf898b6d83b51d..68c580d31f548ccc39fd6d7e5ef944e51a69a1ae 100755 (executable)
--- a/configure
+++ b/configure
@@ -18302,7 +18302,7 @@ INCLUDES="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/i
 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
 $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
 
-if test $wxUSE_GTK = 1; then
+if test "$wxUSE_GTK" = 1; then
     WXCONFIG_INCLUDE=
 else
     WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
index 8737f5db0bfa197bdacb053777ffae386c7f3d38..c9dd14497ab8dda51e705214a9aca2d515753df0 100644 (file)
@@ -4658,7 +4658,7 @@ $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
 $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
 
 dnl wxGTK does not need TOOLKIT includes in wx-config
-if test $wxUSE_GTK = 1; then
+if test "$wxUSE_GTK" = 1; then
     WXCONFIG_INCLUDE=
 else
     WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"