lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6286] Require wxWidgets >= 3.0.0 in configure and don't d


From: Vadim Zeitlin
Subject: [lmi-commits] [6286] Require wxWidgets >= 3.0.0 in configure and don't disable Unicode
Date: Sat, 19 Sep 2015 23:45:44 +0000

Revision: 6286
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6286
Author:   zeitlin
Date:     2015-09-19 23:45:43 +0000 (Sat, 19 Sep 2015)
Log Message:
-----------
Require wxWidgets >= 3.0.0 in configure and don't disable Unicode

lmi can be built using Unicode build of wxWidgets 3.0 (which is mostly
API-compatible with non-Unicode build of the previous wxWidgets versions) and
doesn't compile with earlier versions any longer, so don't request a
non-Unicode version of wxWidgets when checking for it in configure but do
request at least 3.0 version instead.

Modified Paths:
--------------
    lmi/trunk/configure.ac

Modified: lmi/trunk/configure.ac
===================================================================
--- lmi/trunk/configure.ac      2015-09-19 23:45:38 UTC (rev 6285)
+++ lmi/trunk/configure.ac      2015-09-19 23:45:43 UTC (rev 6286)
@@ -277,10 +277,8 @@
 
 dnl --- wxWidgets ---
 
-WX_UNICODE=no
-
 WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS
-WX_CONFIG_CHECK([2.8.0], [wx="yes"],
+WX_CONFIG_CHECK([3.0.0], [wx="yes"],
                          [AC_MSG_ERROR([No wxWidgets headers libs were 
found!])],
                          [],[$WXCONFIG_FLAGS])
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]