Update of /cvsroot/sharedaemon/ui-wx
In directory sc8-pr-cvs1:/tmp/cvs-serv1322
Modified Files:
configure
Log Message:
fixes configure bug on mingw
Index: configure
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/configure,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- configure 21 Dec 2003 05:01:09 -0000 1.10
+++ configure 22 Dec 2003 02:09:21 -0000 1.11
@@ -267,6 +267,7 @@
# Checks for availability of GTK headers (needed for GTK systray)
#
function check_gtkconfig() {
+has_gtk=0;
if $wxconfig --cppflags | grep -q 'gtk'; then
echo -e -n "checking for gtk-config...";
if test -x $gtkconfig; then
|