diff options
author | Tim Potter <tpot@samba.org> | 2003-08-27 06:32:22 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-08-27 06:32:22 +0000 |
commit | a5cddd08c8836ebc234ad4d541b1055c912977be (patch) | |
tree | f9a8d958fa4cc26db4c27e460db0abef022fd794 | |
parent | 92484cab4ea7baf20eac1c440a631769bf46b51a (diff) | |
download | samba-a5cddd08c8836ebc234ad4d541b1055c912977be.tar.gz samba-a5cddd08c8836ebc234ad4d541b1055c912977be.tar.bz2 samba-a5cddd08c8836ebc234ad4d541b1055c912977be.zip |
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)
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 " |