mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r6538: Somehow building shared libraries was broken. Either AC_CANONICAL_HOST
or AC_CANONICAL_SYSTEM needs to be called in order for $host_os to be
defined.
(This used to be commit d05cb53399
)
This commit is contained in:
parent
13d31a4871
commit
2b215cb506
@ -11,6 +11,8 @@ AC_SUBST(PICFLAG)
|
||||
AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions])
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
#
|
||||
# Config CPPFLAG settings for strange OS's that must be set
|
||||
# before other tests.
|
||||
|
Loading…
Reference in New Issue
Block a user