aboutsummaryrefslogtreecommitdiff
path: root/nxproxy
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2018-01-03 03:17:10 +0100
committerMihai Moldovan <ionic@ionic.de>2018-01-03 03:17:10 +0100
commit4d481bf99431a22fb5df5e49254c60280bf1815b (patch)
tree7e9dfc45e41e7be98c7235c967f1169b25912b48 /nxproxy
parentb91b13b37462e19b0d3eedd0568d5f32393e4d97 (diff)
downloadnx-libs-4d481bf99431a22fb5df5e49254c60280bf1815b.tar.gz
nx-libs-4d481bf99431a22fb5df5e49254c60280bf1815b.tar.bz2
nx-libs-4d481bf99431a22fb5df5e49254c60280bf1815b.zip
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...
Diffstat (limited to 'nxproxy')
-rw-r--r--nxproxy/configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/nxproxy/configure.ac b/nxproxy/configure.ac
index 811862efd..70f43ec6e 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