From 3d2b6368c56a65da100eaa86e004bf048fda3562 Mon Sep 17 00:00:00 2001 From: Jeremy McDermond Date: Mon, 7 Mar 2016 13:24:38 -0800 Subject: [PATCH] Update the wxWidgets version check I am informed that wxWidgets 2.x is considered obsolete and we are using things that will not compile with it in other portions of the project. This patch updates configure.ac to require wxWidgets 3.0 to pass the checks. --- DStarRepeater/configure | 2 +- DStarRepeater/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DStarRepeater/configure b/DStarRepeater/configure index e0ee006..bc55fc6 100755 --- a/DStarRepeater/configure +++ b/DStarRepeater/configure @@ -5089,7 +5089,7 @@ else fi -reqwx=2.4.0 +reqwx=3.0.0 if test x${WX_CONFIG_NAME+set} != xset ; then diff --git a/DStarRepeater/configure.ac b/DStarRepeater/configure.ac index 7ed1d1d..1f0a033 100644 --- a/DStarRepeater/configure.ac +++ b/DStarRepeater/configure.ac @@ -33,7 +33,7 @@ AC_PROG_RANLIB # Checks for libraries. AM_OPTIONS_WXCONFIG -reqwx=2.4.0 +reqwx=3.0.0 AM_PATH_WXCONFIG($reqwx, wxWin=1) if test "$wxWin" != 1; then AC_MSG_ERROR([