Update of /cvsroot/mahogany/M
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4699

Modified Files:
        configure.in 
Log Message:
minimal required version is 2.5.2

Index: configure.in
===================================================================
RCS file: /cvsroot/mahogany/M/configure.in,v
retrieving revision 1.308
retrieving revision 1.309
diff -b -u -2 -r1.308 -r1.309
--- configure.in        18 Jul 2004 22:30:55 -0000      1.308
+++ configure.in        21 Jul 2004 11:29:20 -0000      1.309
@@ -962,5 +962,5 @@
 
 dnl check for wxWindows installation�
-AM_PATH_WXCONFIG(2.5.1,wxOK=1)
+AM_PATH_WXCONFIG(2.5.2,wxOK=1)
 
 if test "$wxOK" != 1; then
@@ -972,5 +972,5 @@
           where wxWindows libraries are installed (returned by
           'wx-config --libs' command) is in LD_LIBRARY_PATH or
-          equivalent variable and wxWindows version is 2.5.1 or above.
+          equivalent variable and wxWindows version is 2.5.2 or above.
    ])
 fi
@@ -1218,6 +1218,6 @@
        fi
        echo "int main() { return 0; }" >conftest.c
-       if $CXX -o conftest $WX_LIBS conftest.c && \
-               $LDD conftest | fgrep libwx  >/dev/null
+       if $CXX -o conftest $WX_LIBS conftest.c 2>link.log >&2 && \
+               $LDD conftest | fgrep libwx 2>/dev/null >&2
        then
                m_cv_USE_MODULES=dynamic



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to