]> git.pld-linux.org Git - packages/gnuplot.git/blob - gnuplot-wx-config.patch
- honour libexecdir, configure cleanup; release 2
[packages/gnuplot.git] / gnuplot-wx-config.patch
1 --- configure.in~       2010-09-13 15:20:15.221134903 +0100
2 +++ configure.in        2010-09-13 15:24:59.651039243 +0100
3 @@ -970,7 +970,7 @@
4       fi ])
5  
6    dnl Look for wx-config in the path
7 -  AC_PATH_PROG(WX_CONFIG, wx-config, no, ${WXWIDGETS_PATH})
8 +  AC_PATH_PROG(WX_CONFIG, wx-gtk2-unicode-config, no, ${WXWIDGETS_PATH})
9    if test "${WX_CONFIG}" = "no"; then
10      AC_MSG_WARN([wxWidgets can't be found. You can try --with-wx-config-path to give the right path to wx-config. The wxWidgets terminal will not be compiled.])
11      enable_wxwidgets_ok=no
This page took 0.342503 seconds and 3 git commands to generate.