blob: ecf91d0e2b9df90b5d204c8070b4cf3af5aeca8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- configure.orig Tue Nov 30 02:09:55 2004
+++ configure Wed Jan 5 19:00:36 2005
@@ -5175,6 +5175,10 @@
LIBS="$LIBS -lwx_gtk2u_stc-${WX_VERSION}"
LIBS="$LIBS $WX_NEW_LDFLAGS"
;;
+ *wx_gtk2_core*)
+ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION}"
+ LIBS="$LIBS $WX_NEW_LDFLAGS"
+ ;;
*wx_gtkud-*)
LIBS="$LIBS -lwx_gtkud_stc-${WX_VERSION}"
LIBS="$LIBS $WX_NEW_LDFLAGS"
|