Commit 4d481bf9 authored by Mihai Moldovan's avatar Mihai Moldovan

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...
parent b91b13b3
...@@ -34,12 +34,6 @@ dnl We will work around this bug by using AX_PTHREAD and linking with pthread su ...@@ -34,12 +34,6 @@ dnl We will work around this bug by using AX_PTHREAD and linking with pthread su
dnl libXcomp for now. dnl libXcomp for now.
AX_PTHREAD([], AC_MSG_ERROR([no POSIX threads support detected])) 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([ AC_CONFIG_FILES([
Makefile Makefile
man/Makefile man/Makefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment