1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fix typo.

(This used to be commit bd089818a3)
This commit is contained in:
Jelmer Vernooij 2008-05-08 13:43:45 +02:00
parent b3e1d69dcd
commit ca6ac11b46

View File

@ -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)