From a5cddd08c8836ebc234ad4d541b1055c912977be Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 27 Aug 2003 06:32:22 +0000 Subject: Undo SYSV define for Solaris. Things are more complicated than they appear. (-: I've closed bug 355 as a duplicate of bug 230 which is still a going concern. (This used to be commit dfb5050b7732836ade12beba27a88c5e8c1a1b95) --- source3/configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 29c2af47ec..e23dc77638 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1011,7 +1011,6 @@ if test "$enable_shared" = "yes"; then AC_DEFINE(STAT_ST_BLOCKSIZE,512) ;; *solaris*) AC_DEFINE(SUNOS5,1,[Whether the host os is solaris]) - AC_DEFINE(SYSV, 1, [Whether to enable System V compatibility]) BLDSHARED="true" LDSHFLAGS="-G" SONAMEFLAG="-h " -- cgit