diff options
author | Richard Sharpe <sharpe@samba.org> | 2001-09-11 04:29:25 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2001-09-11 04:29:25 +0000 |
commit | 8e80cb0e34712e905b1333751e36435900fbb8b3 (patch) | |
tree | af193fcdf0aafa95df82c252961d677886aa2539 /source3/configure.in | |
parent | a94843061a3d2dbc7de11db9c07226670555cf9b (diff) | |
download | samba-8e80cb0e34712e905b1333751e36435900fbb8b3.tar.gz samba-8e80cb0e34712e905b1333751e36435900fbb8b3.tar.bz2 samba-8e80cb0e34712e905b1333751e36435900fbb8b3.zip |
Tweak the building rules under Solaris with CC.
(This used to be commit d3758404d43b1b4be0b980a4fe078cab458e6d21)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 050eadba24..82a00f311e 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -664,6 +664,7 @@ case "$host_os" in else PICFLAG="-KPIC" POBAD_CC="" + PICSUFFIX="po.o" fi ;; *sunos*) AC_DEFINE(SUNOS4) |