From d78c98b492d97d47d8b3b371c34aca673d513b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Sun, 1 Jan 2006 22:16:42 +0000 Subject: [PATCH] Fixed wxWidgets minimum version number in the help string --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index fc9adad..55059d5 100644 --- a/configure.in +++ b/configure.in @@ -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"