diff options
author | Michael Adam <obnox@samba.org> | 2008-02-19 22:29:34 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-19 22:29:34 +0100 |
commit | 89ad7e4ed1fb601c085282fe1622a2d055991dbb (patch) | |
tree | b03386418225a52786572b23d62f7bd52c8e45df /source3 | |
parent | 3e02cdcaa8c5aae480025ca61efd2d4286cd3104 (diff) | |
download | samba-89ad7e4ed1fb601c085282fe1622a2d055991dbb.tar.gz samba-89ad7e4ed1fb601c085282fe1622a2d055991dbb.tar.bz2 samba-89ad7e4ed1fb601c085282fe1622a2d055991dbb.zip |
libreplace: Remove double item in case statement.
This was by accident introduced in cherry-pick commit
7a7dcd9b1265b8f031c9a5e9c4cfa89216827a28: This tiny portion
had already been ported in 64ff1dad8664f14030c7d78c252d946216798a88.
MIchael
(This used to be commit 69b2ebc797fa986bf395f4d045ea663240e9ec2c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/replace/libreplace_ld.m4 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/lib/replace/libreplace_ld.m4 b/source3/lib/replace/libreplace_ld.m4 index 08defb091f..f0d10c1e3e 100644 --- a/source3/lib/replace/libreplace_ld.m4 +++ b/source3/lib/replace/libreplace_ld.m4 @@ -246,10 +246,6 @@ AC_DEFUN([AC_LD_SONAMEFLAG], # Not supported SONAMEFLAG="#" ;; - *aix*) - # Not supported - SONAMEFLAG="#" - ;; esac ]) |