lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6289] Use WX_DETECT_STANDARD_OPTION_VALUES() in configure


From: Vadim Zeitlin
Subject: [lmi-commits] [6289] Use WX_DETECT_STANDARD_OPTION_VALUES() in configure
Date: Sat, 19 Sep 2015 23:45:58 +0000

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

This macro must be used before WX_STANDARD_OPTIONS_SUMMARY_MSG() to display
the correct description of the chosen wxWidgets configuration, without it the
output didn't make much sense.

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

Modified: lmi/trunk/configure.ac
===================================================================
--- lmi/trunk/configure.ac      2015-09-19 23:45:53 UTC (rev 6288)
+++ lmi/trunk/configure.ac      2015-09-19 23:45:58 UTC (rev 6289)
@@ -313,6 +313,7 @@
 
 CPPFLAGS=$save_CPPFLAGS
 
+WX_DETECT_STANDARD_OPTION_VALUES
 WX_STANDARD_OPTIONS_SUMMARY_MSG
 
 dnl --- Boost (required) ---




reply via email to

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