libreplace: Remove double item in case statement.
authorMichael Adam <obnox@samba.org>
Tue, 19 Feb 2008 21:29:34 +0000 (22:29 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 19 Feb 2008 21:29:34 +0000 (22:29 +0100)
This was by accident introduced in cherry-pick commit
7a7dcd9b1265b8f031c9a5e9c4cfa89216827a28: This tiny portion
had already been ported in 64ff1dad8664f14030c7d78c252d946216798a88.

MIchael

source/lib/replace/libreplace_ld.m4

index 08defb091fc97dc358a828a16f96b8bbda2bdb4c..f0d10c1e3e334b9feef3b1680052a7599edc7212 100644 (file)
@@ -246,10 +246,6 @@ AC_DEFUN([AC_LD_SONAMEFLAG],
                        # Not supported
                        SONAMEFLAG="#"
                        ;;
-               *aix*)
-                       # Not supported
-                       SONAMEFLAG="#"
-                       ;;
                esac
 ])