da65b36eda
o Keep FORBIDDEN line since I have been unable to verify if bugs have been thoroughly fixed PR: 56618 Submitted by: YazzY <yazzy@yazzy.org>
12 lines
525 B
Text
12 lines
525 B
Text
--- configure.orig Tue Sep 9 00:47:46 2003
|
|
+++ configure Tue Sep 9 00:46:14 2003
|
|
@@ -7540,7 +7540,8 @@
|
|
|
|
echo "$as_me:$LINENO: checking if wxWindows was linked with GTK2" >&5
|
|
echo $ECHO_N "checking if wxWindows was linked with GTK2... $ECHO_C" >&6
|
|
- if $WX_CONFIG_NAME --cppflags | grep -q 'gtk2' ; then
|
|
+#if $WX_CONFIG_NAME --cppflags | grep -q 'gtk2' ; then
|
|
+ if $WX_CONFIG_NAME --static --libs | grep -q 'glib-2' ; then
|
|
GTK_USEDVERSION=2
|
|
echo "$as_me:$LINENO: result: yes" >&5
|
|
echo "${ECHO_T}yes" >&6
|