--- gpac/configure.orig 2005-07-23 19:59:27.000000000 +0200 +++ gpac/configure 2006-03-19 12:18:44.000000000 +0100 @@ -689,8 +689,8 @@ #look for wxWidgets support has_wx="no" wx_too_old="no" -wx_cflags=`wx-config --cppflags` -wx_lflags=`wx-config --libs` +wx_cflags=`wx-gtk2-ansi-config --cppflags` +wx_lflags=`wx-gtk2-ansi-config --libs` cat > $TMPCPP << EOF #include @@ -698,7 +698,7 @@ EOF if $cc $wx_cflags -o $TMPO $TMPCPP $wx_lflags > /dev/null 2>&1 ; then -wx_version=`wx-config --version | sed 's/[^0-9]//g'` +wx_version=`wx-gtk2-ansi-config --version | sed 's/[^0-9]//g'` if test "$wx_version" -lt 254 ; then wx_too_old="yes" else