diff options
-rw-r--r-- | nxcomp/configure.ac | 2 | ||||
-rw-r--r-- | nxcompshad/configure.ac | 2 | ||||
-rw-r--r-- | nxproxy/configure.ac | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/nxcomp/configure.ac b/nxcomp/configure.ac index 19328677a..efe245162 100644 --- a/nxcomp/configure.ac +++ b/nxcomp/configure.ac @@ -41,7 +41,7 @@ PKG_CHECK_MODULES([Z], [zlib]) AC_LANG([C++]) NX_COMPILER_BRAND -NX_COMPILER_FLAGS +NX_DEFAULT_OPTIONS NX_BUILD_ON_CYGWIN32 NX_BUILD_ON_AMD64 diff --git a/nxcompshad/configure.ac b/nxcompshad/configure.ac index b3abf0efb..34b1c053c 100644 --- a/nxcompshad/configure.ac +++ b/nxcompshad/configure.ac @@ -42,7 +42,7 @@ m4_ifdef([PKG_INSTALLDIR], [PKG_INSTALLDIR], AC_LANG([C++]) NX_COMPILER_BRAND -NX_COMPILER_FLAGS +NX_DEFAULT_OPTIONS AC_CONFIG_FILES([ Makefile diff --git a/nxproxy/configure.ac b/nxproxy/configure.ac index 0a23f13d7..9663fb4a8 100644 --- a/nxproxy/configure.ac +++ b/nxproxy/configure.ac @@ -21,7 +21,7 @@ AC_SUBST([PROXY_VERSION]) AC_LANG([C]) NX_COMPILER_BRAND -NX_COMPILER_FLAGS +NX_DEFAULT_OPTIONS AC_CONFIG_FILES([ Makefile |