summaryrefslogtreecommitdiffstats
path: root/source/lib
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-19 22:29:34 +0100
committerMichael Adam <obnox@samba.org>2008-02-19 22:29:34 +0100
commit69b2ebc797fa986bf395f4d045ea663240e9ec2c (patch)
tree2346fc6bf080aa318c145f435d592e0b3bc6ada6 /source/lib
parent12e5b9b406d111834c013cbbfe63b759a969ec8e (diff)
downloadsamba-69b2ebc797fa986bf395f4d045ea663240e9ec2c.tar.gz
samba-69b2ebc797fa986bf395f4d045ea663240e9ec2c.tar.xz
samba-69b2ebc797fa986bf395f4d045ea663240e9ec2c.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
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/replace/libreplace_ld.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/source/lib/replace/libreplace_ld.m4 b/source/lib/replace/libreplace_ld.m4
index 08defb091fc..f0d10c1e3e3 100644
--- a/source/lib/replace/libreplace_ld.m4
+++ b/source/lib/replace/libreplace_ld.m4
@@ -246,10 +246,6 @@ AC_DEFUN([AC_LD_SONAMEFLAG],
# Not supported
SONAMEFLAG="#"
;;
- *aix*)
- # Not supported
- SONAMEFLAG="#"
- ;;
esac
])