SunOS doesn't need any ld flags
authorAndrew Tridgell <tridge@samba.org>
Wed, 7 Oct 1998 10:57:51 +0000 (10:57 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 7 Oct 1998 10:57:51 +0000 (10:57 +0000)
(This used to be commit f92383689a6ee62c71553f12c633f1aadb32065e)

source3/configure.in

index 47c7c843f9d040ea337650ea62e6c219949b3b65..998479cadb11d5f9b6be6d27f155ae98ff60b05e 100644 (file)
@@ -33,7 +33,9 @@ case "$host_os" in
        *linux*)   AC_DEFINE(LINUX);;
         *solaris*) AC_DEFINE(SUNOS5)
                    LDSHFLAGS="-G";;
-        *sunos*) AC_DEFINE(SUNOS4);;
+        *sunos*) AC_DEFINE(SUNOS4)
+                LDSHFLAGS=""
+               ;;
         *irix*) AC_DEFINE(IRIX)
                WRAP32=smbwrapper/smbwrapper.32.so
                PICFLAG="-KPIC"