Commit 55c4e407 authored by Mike Gabriel's avatar Mike Gabriel

nx*/configure.ac: Use newly introduced macro NX_DEFAULT_OPTIONS instead of NX_COMPILER_FLAGS.

parent ef08aadf
...@@ -41,7 +41,7 @@ PKG_CHECK_MODULES([Z], [zlib]) ...@@ -41,7 +41,7 @@ PKG_CHECK_MODULES([Z], [zlib])
AC_LANG([C++]) AC_LANG([C++])
NX_COMPILER_BRAND NX_COMPILER_BRAND
NX_COMPILER_FLAGS NX_DEFAULT_OPTIONS
NX_BUILD_ON_CYGWIN32 NX_BUILD_ON_CYGWIN32
NX_BUILD_ON_AMD64 NX_BUILD_ON_AMD64
......
...@@ -42,7 +42,7 @@ m4_ifdef([PKG_INSTALLDIR], [PKG_INSTALLDIR], ...@@ -42,7 +42,7 @@ m4_ifdef([PKG_INSTALLDIR], [PKG_INSTALLDIR],
AC_LANG([C++]) AC_LANG([C++])
NX_COMPILER_BRAND NX_COMPILER_BRAND
NX_COMPILER_FLAGS NX_DEFAULT_OPTIONS
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
......
...@@ -21,7 +21,7 @@ AC_SUBST([PROXY_VERSION]) ...@@ -21,7 +21,7 @@ AC_SUBST([PROXY_VERSION])
AC_LANG([C]) AC_LANG([C])
NX_COMPILER_BRAND NX_COMPILER_BRAND
NX_COMPILER_FLAGS NX_DEFAULT_OPTIONS
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile 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