From: Jelmer Vernooij Date: Thu, 29 May 2008 13:50:52 +0000 (+0200) Subject: Fix extra dash in command line flag. X-Git-Tag: samba-4.0.0alpha4~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c823cfadb0b20a0782fc4a8a0b63dcb9116f82be;p=thirdparty%2Fsamba.git Fix extra dash in command line flag. --- diff --git a/source/lib/replace/libreplace_ld.m4 b/source/lib/replace/libreplace_ld.m4 index 9995d69bbc0..81bde46219e 100644 --- a/source/lib/replace/libreplace_ld.m4 +++ b/source/lib/replace/libreplace_ld.m4 @@ -271,7 +271,7 @@ AC_DEFUN([AC_LIBREPLACE_LD_SHLIB_ALLOW_UNDEF_FLAG], LD_SHLIB_ALLOW_UNDEF_FLAG="-undefined dynamic_lookup" ;; *aix*) - LD_SHLIB_ALLOW_UNDEF_FLAG="--Wl,-bnoentry" + LD_SHLIB_ALLOW_UNDEF_FLAG="-Wl,-bnoentry" ;; esac