summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-05 23:44:13 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-05 23:44:13 +0000
commit4af40453a806e08e009a44da05bb48875c44cebe (patch)
tree010884356b58458fff25c13e9726595c24c64a9c /source3/configure.in
parent01b838bfbbd27abd36b17aa6a8978441e8823e34 (diff)
downloadsamba-4af40453a806e08e009a44da05bb48875c44cebe.tar.gz
samba-4af40453a806e08e009a44da05bb48875c44cebe.tar.bz2
samba-4af40453a806e08e009a44da05bb48875c44cebe.zip
set HOST_OS after canonical system test
(This used to be commit fc602e5e26a2de94be6b5a5509b77876dc0fd7ff)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index ddacea3215..c9f3ff6150 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -13,11 +13,11 @@ AC_SUBST(WRAP32)
AC_SUBST(PICFLAG)
AC_PROG_AWK
+AC_CANONICAL_SYSTEM
PICFLAG="-fpic"
HOST_OS="$host_os"
-AC_CANONICAL_SYSTEM
case "$host_os" in
*linux*) AC_DEFINE(LINUX)
LDSHFLAGS="-shared";;