From 63e7762e67c17eb9ca4ddd2c18bf05ebc47c5a97 Mon Sep 17 00:00:00 2001
From: Ron Lee <ron@debian.org>
Date: Thu, 8 Nov 2001 12:25:49 +0000
Subject: [PATCH] wxUSE_GTK must stay quoted..

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 configure    | 2 +-
 configure.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 5c90ef2fd0..68c580d31f 100755
--- 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"
diff --git a/configure.in b/configure.in
index 8737f5db0b..c9dd14497a 100644
--- a/configure.in
+++ b/configure.in
@@ -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"
-- 
2.45.2