From 107fba32e3147b660eeeb474dd866480c53e8ca0 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 13 Jul 2017 08:52:08 +0200 Subject: nxproxy/configure.ac: Have AC_LANG before NX_COMPILER_BRAND. Thanks to Ionic for spotting this same flaw in nxcompshad. --- nxproxy/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nxproxy') 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([ -- cgit v1.2.3