mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-18 10:26:15 +01:00
Fixed wxWidgets minimum version number in the help string
This commit is contained in:
parent
0ca498ba40
commit
d78c98b492
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ then
|
|||
Please check that wx-config is in path, the directory
|
||||
where wxWidgets libraries are installed (returned by
|
||||
'wx-config --libs' command) is in LD_LIBRARY_PATH or
|
||||
equivalent variable and wxWidgets version is 2.3.4 or above.
|
||||
equivalent variable and wxWidgets version is 2.6.0 or above.
|
||||
])
|
||||
fi
|
||||
AM_CPPFLAGS="$AM_CPPFLAGS $WX_CPPFLAGS"
|
||||
|
|
Loading…
Reference in a new issue