diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-08 13:43:45 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-08 13:43:45 +0200 |
commit | ca6ac11b46a75bf02cf873c6aedb4f85af227168 (patch) | |
tree | 48f36fee073a7b9f43e2cc23f705a2f423b4c39c | |
parent | b3e1d69dcd58a72851b2efefd83ade377c9d2e85 (diff) | |
download | samba-ca6ac11b46a75bf02cf873c6aedb4f85af227168.tar.gz samba-ca6ac11b46a75bf02cf873c6aedb4f85af227168.tar.bz2 samba-ca6ac11b46a75bf02cf873c6aedb4f85af227168.zip |
Fix typo.
(This used to be commit bd089818a3182698dfe85039c1b2e22d8c2835bb)
-rw-r--r-- | source4/lib/replace/libreplace_ld.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace_ld.m4 b/source4/lib/replace/libreplace_ld.m4 index 0d0356055c..9995d69bbc 100644 --- a/source4/lib/replace/libreplace_ld.m4 +++ b/source4/lib/replace/libreplace_ld.m4 @@ -273,7 +273,6 @@ AC_DEFUN([AC_LIBREPLACE_LD_SHLIB_ALLOW_UNDEF_FLAG], *aix*) LD_SHLIB_ALLOW_UNDEF_FLAG="--Wl,-bnoentry" ;; - ; esac AC_SUBST(LD_SHLIB_ALLOW_UNDEF_FLAG) |