blob: f8934484b3e1fe124c8661031e579975e8c3d242 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.in.orig Tue Jun 6 15:00:31 2006
+++ configure.in Tue Jun 6 16:43:23 2006
@@ -173,7 +173,7 @@
if test "$InternationalEnable" = "yes"; then
AC_MSG_CHECKING([wxWidgets wxrc utility])
- WXRC="`$WXCONFIG --utility=wxrc`"
+ WXRC="`$WXCONFIG --utility=wxrc-gtk2u`"
if test "$WXRC" = "" ; then
AC_MSG_RESULT([not found, disabling international build])
|