From 5e35eea9393ca00d4d356521f90263b9ea133bb0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 7 Oct 1998 04:44:31 +0000 Subject: some changes for OSF1 support in smbwrapper (just preliminary changes, doesn't work yet) (This used to be commit ffa7d0461fa6628302ddf5590a42cca60ec8b90b) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 54308abde8..2351d0b3f0 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -41,7 +41,7 @@ case "$host_os" in *aix*) AC_DEFINE(AIX);; *hpux*) AC_DEFINE(HPUX);; *qnx*) AC_DEFINE(QNX);; - *osf1*) AC_DEFINE(OSF1);; + *osf*) AC_DEFINE(OSF1);; *sco*) AC_DEFINE(SCO);; *next2*) AC_DEFINE(NEXT2);; esac -- cgit