aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-11 09:49:05 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-11 09:49:05 +0100
commit7882a39ad235c7d09f9ec9994c6ced62897ac1c0 (patch)
tree1224892d727e69ac05c8f1ab49597e30a3f6855d /nx-X11
parent29bb123124ae92c10baf49204da36184e05ae232 (diff)
parent018c557c454ffe62696c4d113c7fe3794845dc2a (diff)
downloadnx-libs-7882a39ad235c7d09f9ec9994c6ced62897ac1c0.tar.gz
nx-libs-7882a39ad235c7d09f9ec9994c6ced62897ac1c0.tar.bz2
nx-libs-7882a39ad235c7d09f9ec9994c6ced62897ac1c0.zip
Merge branch 'uli42-pr/fix_shadow_warning' into 3.6.x
Attributes GH PR #594: https://github.com/ArcticaProject/nx-libs/pull/594
Diffstat (limited to 'nx-X11')
-rw-r--r--nx-X11/lib/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/nx-X11/lib/configure.ac b/nx-X11/lib/configure.ac
index 1eebf329f..a4da04592 100644
--- a/nx-X11/lib/configure.ac
+++ b/nx-X11/lib/configure.ac
@@ -44,6 +44,9 @@ X11_EXTRA_DEPS=""
AC_SUBST(X11_EXTRA_DEPS)
+# Silence warning: ar: 'u' modifier ignored since 'D' is the default
+AC_SUBST(AR_FLAGS, [cr])
+
# Issue an error if nx-xtrans.m4 was not found and NX_XTRANS_CONNECTION_FLAGS macro
# was not expanded, since libNX_X11 with no transport types is rather useless.
m4_pattern_forbid([^NX_XTRANS_CONNECTION_FLAGS$])