Log Message:
-----------
wx headers are now in $WXDIR/wx-2.5/wx

Modified Files:
--------------
    pgadmin3:
        acinclude.m4 (r1.33 -> r1.34)

Index: acinclude.m4
===================================================================
RCS file: /projects/pgadmin3/acinclude.m4,v
retrieving revision 1.33
retrieving revision 1.34
diff -Lacinclude.m4 -Lacinclude.m4 -u -w -r1.33 -r1.34
--- acinclude.m4
+++ acinclude.m4
@@ -437,16 +437,16 @@
             ;;
     esac
     wx_wx_h="yes"
-    if test ! -f "${WX_HOME}/include/wx/version.h"
+    if test ! -f "${WX_HOME}/include/wx-2.5/wx/version.h"
     then
         wx_wx_h="no"
     fi
-    if test ! -f "${WX_HOME}/include/wx/stc/stc.h"
+    if test ! -f "${WX_HOME}/include/wx-2.5/wx/stc/stc.h"
     then
         AC_MSG_ERROR([you need to install the stc package from 
wxWindows/contrib/src/stc])
         wx_wx_h="no"
     fi
-    if test ! -f "${WX_HOME}/include/wx/xrc/xmlres.h"
+    if test ! -f "${WX_HOME}/include/wx-2.5/wx/xrc/xmlres.h"
     then
         AC_MSG_ERROR([you need to install the xrc package from 
wxWindows/contrib/src/xrc])
         wx_wx_h="no"
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to