diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-07-12 12:53:10 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-08-11 16:31:17 -0400 |
commit | 55c4e407043a627b9d7b96e2b7231612a9d9dab7 (patch) | |
tree | 7a22f78830fe4c6e464d2ec82735f50527beaed8 /nxcompshad | |
parent | ef08aadf5b956b050db45871a0aad6a606d49cec (diff) | |
download | nx-libs-55c4e407043a627b9d7b96e2b7231612a9d9dab7.tar.gz nx-libs-55c4e407043a627b9d7b96e2b7231612a9d9dab7.tar.bz2 nx-libs-55c4e407043a627b9d7b96e2b7231612a9d9dab7.zip |
nx*/configure.ac: Use newly introduced macro NX_DEFAULT_OPTIONS instead of NX_COMPILER_FLAGS.
Diffstat (limited to 'nxcompshad')
-rw-r--r-- | nxcompshad/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |