summaryrefslogtreecommitdiff
path: root/source4/lib/replace
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-29 15:50:52 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-29 15:50:52 +0200
commit1e7dc5675280d567db1b6a243d48c5617dba5872 (patch)
tree5705ab027fd246cca2d7ac0d3ad1a7e5826df33e /source4/lib/replace
parentb023ca3e9da21dda21b8242e02778fb8ff4605eb (diff)
downloadsamba-1e7dc5675280d567db1b6a243d48c5617dba5872.tar.gz
samba-1e7dc5675280d567db1b6a243d48c5617dba5872.tar.bz2
samba-1e7dc5675280d567db1b6a243d48c5617dba5872.zip
Fix extra dash in command line flag.
(This used to be commit c823cfadb0b20a0782fc4a8a0b63dcb9116f82be)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r--source4/lib/replace/libreplace_ld.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace_ld.m4 b/source4/lib/replace/libreplace_ld.m4
index 9995d69bbc..81bde46219 100644
--- a/source4/lib/replace/libreplace_ld.m4
+++ b/source4/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