Compilation fix,

wxGTK requires GTK 1.2.3.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-01-04 17:20:21 +00:00
parent 3d62dcb6b5
commit 04165bec2c
7 changed files with 69 additions and 59 deletions

6
configure vendored
View File

@@ -6928,7 +6928,7 @@ else
echo "$ac_t""no" 1>&6
fi
min_gtk_version=1.2.1
min_gtk_version=1.2.3
echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
echo "configure:6934: checking for GTK - version >= $min_gtk_version" >&5
no_gtk=""
@@ -6999,7 +6999,7 @@ fi
echo "$ac_t""no" 1>&6
GTK_CFLAGS=""
GTK_LIBS=""
{ echo "configure: error: Is gtk-config in path and GTK+ is version 1.2.1 or above?" 1>&2; exit 1; }
{ echo "configure: error: Is gtk-config in path and GTK+ is version 1.2.3 or above?" 1>&2; exit 1; }
fi
@@ -13196,6 +13196,7 @@ trap 'rm -fr `echo "
samples/png/Makefile
samples/printing/Makefile
samples/proplist/Makefile
samples/propsize/Makefile
samples/richedit/Makefile
samples/resource/Makefile
samples/sashtest/Makefile
@@ -13423,6 +13424,7 @@ CONFIG_FILES=\${CONFIG_FILES-"wx-config
samples/png/Makefile
samples/printing/Makefile
samples/proplist/Makefile
samples/propsize/Makefile
samples/richedit/Makefile
samples/resource/Makefile
samples/sashtest/Makefile