|
From: <ma...@us...> - 2003-12-22 09:05:35
|
Update of /cvsroot/sharedaemon/ui-wx
In directory sc8-pr-cvs1:/tmp/cvs-serv30538
Modified Files:
configure
Log Message:
Another attempt to fix hetfields wierd 1024x768 issue
Index: configure
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/configure,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- configure 22 Dec 2003 07:57:12 -0000 1.12
+++ configure 22 Dec 2003 09:05:30 -0000 1.13
@@ -260,6 +260,8 @@
function check_wxmsw() {
if $wxconfig --cppflags | grep -q 'msw'; then
res=wxInterface_private.res
+ else
+ res="";
fi;
}
|