Index: acinclude.m4 =================================================================== RCS file: /projects/pgadmin3/acinclude.m4,v retrieving revision 1.37 retrieving revision 1.37.2.1 diff -Lacinclude.m4 -Lacinclude.m4 -u -w -r1.37 -r1.37.2.1 --- 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