Log Message:
-----------
Update to allow RPM builds for Mandrake 10.1 [Hugo Ferreira]
Modified Files:
--------------
pgadmin3:
acinclude.m4 (r1.37 -> r1.38)
Index: acinclude.m4
===================================================================
RCS file: /projects/pgadmin3/acinclude.m4,v
retrieving revision 1.37
retrieving revision 1.38
diff -Lacinclude.m4 -Lacinclude.m4 -u -w -r1.37 -r1.38
--- acinclude.m4
+++ acinclude.m4
@@ -422,6 +422,10 @@
LIBS="$LIBS -lwx_gtk_stc-${WX_VERSION}"
LIBS="$LIBS $WX_NEW_LDFLAGS"
;;
+ *wx_gtk2_*)
+ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION}"
+ LIBS="$LIBS $WX_NEW_LDFLAGS"
+ ;;
*)
;;
esac
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly