From: Sandro Santilli Date: Thu, 6 Oct 2016 10:43:42 +0000 (+0000) Subject: Silence warning: ar: 'u' modifier ignored since 'D' is the default X-Git-Tag: 2.4.0alpha~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98b2cdb872b5b5bd65606f5bce334d2477b2afc5;p=postgis Silence warning: ar: 'u' modifier ignored since 'D' is the default See https://bugzilla.redhat.com/show_bug.cgi?id=1155273#c12 git-svn-id: http://svn.osgeo.org/postgis/trunk@15170 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index 7fc973d34..3974d1f61 100644 --- a/configure.ac +++ b/configure.ac @@ -45,6 +45,11 @@ else fi AC_SUBST([SQLPP]) +dnl +dnl Silence warning: ar: 'u' modifier ignored since 'D' is the default +dnl +AC_SUBST(AR_FLAGS, [cr]) + dnl dnl Define PIC flags in PICFLAGS (note: this variable is set as part of libtool initialisation above) dnl