lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 964318be 1/4: Remove unnecessary --with-cxx=1


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 964318be 1/4: Remove unnecessary --with-cxx=11 option from wx configure call
Date: Thu, 4 May 2023 20:16:10 -0400 (EDT)

branch: master
commit 964318be11c9672cf9199a756291e1e51b71d6d3
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Remove unnecessary --with-cxx=11 option from wx configure call
    
    C++11 is required by the current version of wxWidgets and there is no
    need to prevent a later language dialect from being used when compiling
    it.
---
 install_wx.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/install_wx.sh b/install_wx.sh
index 6129ff0e..9a05e7be 100755
--- a/install_wx.sh
+++ b/install_wx.sh
@@ -90,7 +90,6 @@ config_options="
   --enable-shared
   --enable-stl
   --enable-vendor=$vendor
-  --with-cxx=11
   --without-opengl
   --without-subdirs
 "



reply via email to

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