diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-07-13 08:52:08 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-07-13 08:52:08 +0200 |
commit | 107fba32e3147b660eeeb474dd866480c53e8ca0 (patch) | |
tree | 4c260060f509f482a28c390c33d79847fc5a1c91 /nxproxy | |
parent | 06bf2a492daa0a95b0faa58f2e0508f2ed262f92 (diff) | |
download | nx-libs-107fba32e3147b660eeeb474dd866480c53e8ca0.tar.gz nx-libs-107fba32e3147b660eeeb474dd866480c53e8ca0.tar.bz2 nx-libs-107fba32e3147b660eeeb474dd866480c53e8ca0.zip |
nxproxy/configure.ac: Have AC_LANG before NX_COMPILER_BRAND. Thanks to Ionic for spotting this same flaw in nxcompshad.
Diffstat (limited to 'nxproxy')
-rw-r--r-- | nxproxy/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxproxy/configure.ac b/nxproxy/configure.ac index b233ff8e3..0a23f13d7 100644 --- a/nxproxy/configure.ac +++ b/nxproxy/configure.ac @@ -19,8 +19,8 @@ AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz]) PROXY_VERSION=nxproxy_version AC_SUBST([PROXY_VERSION]) -NX_COMPILER_BRAND AC_LANG([C]) +NX_COMPILER_BRAND NX_COMPILER_FLAGS AC_CONFIG_FILES([ |