lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6288] Stop using WX_STANDARD_OPTIONS() in configure


From: Vadim Zeitlin
Subject: [lmi-commits] [6288] Stop using WX_STANDARD_OPTIONS() in configure
Date: Sat, 19 Sep 2015 23:45:53 +0000

Revision: 6288
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6288
Author:   zeitlin
Date:     2015-09-19 23:45:53 +0000 (Sat, 19 Sep 2015)
Log Message:
-----------
Stop using WX_STANDARD_OPTIONS() in configure

There is really no reason to add specific --with-toolkit and --with-wxshared
options to configure when it's already possible to just point it directly to
the wx-config to use.

As for --enable-debug, it clashed with the already-defined option with the
same name while --enable-shared doesn't make any sense for lmi at all.

So WX_STANDARD_OPTIONS() was completely useless and could be removed, as well
as WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS which had to be used to make
the values of these options affect the choice of wx-config.

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

Modified: lmi/trunk/configure.ac
===================================================================
--- lmi/trunk/configure.ac      2015-09-19 23:45:48 UTC (rev 6287)
+++ lmi/trunk/configure.ac      2015-09-19 23:45:53 UTC (rev 6288)
@@ -122,9 +122,6 @@
              esac],
              lmi_cgicc_option=no)
 
-dnl Pass standard options to wx.
-WX_STANDARD_OPTIONS([debug,shared,toolkit,wxshared])
-
 dnl === Program checks ===
 
 dnl this magic incantation is needed to prevent AC_PROG_CC from setting the
@@ -277,7 +274,6 @@
 
 dnl --- wxWidgets ---
 
-WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS
 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]