[X2Go-Commits] [nx-libs] 09/12: nxproxy/configure.ac: drop --enable-cxx11.

git-admin at x2go.org git-admin at x2go.org
Wed Jan 3 03:25:55 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x-rpm-debug
in repository nx-libs.

commit 4d481bf99431a22fb5df5e49254c60280bf1815b
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jan 3 03:17:10 2018 +0100

    nxproxy/configure.ac: drop --enable-cxx11.
    
    This is a C program, so enabling or disabling C++11 support will not do
    anything useful.
    
    At most it'll lead to errors when using libtool, which is the next
    change to come...
---
 nxproxy/configure.ac | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/nxproxy/configure.ac b/nxproxy/configure.ac
index 811862e..70f43ec 100644
--- a/nxproxy/configure.ac
+++ b/nxproxy/configure.ac
@@ -34,12 +34,6 @@ dnl We will work around this bug by using AX_PTHREAD and linking with pthread su
 dnl libXcomp for now.
 AX_PTHREAD([], AC_MSG_ERROR([no POSIX threads support detected]))
 
-AC_ARG_ENABLE([cxx11],
-              [AS_HELP_STRING([--enable-cxx11],
-                              [enable optional features requiring C++11 support (disabled by default)])],
-              [AS_IF([test x$enableval = xyes],
-                     [AX_CXX_COMPILE_STDCXX_11([], [mandatory])])])
-
 AC_CONFIG_FILES([
 Makefile
 man/Makefile

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list