summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-09 11:23:13 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-09 11:23:13 +0000
commit426de6f97f1b585b754c2c4b214ca7aa8b7f1a42 (patch)
tree991846ce03d584441da34ed0213da2541bc7d3c2 /source3/configure.in
parente63bae9b442b159886b664333b4869745bb0cef7 (diff)
downloadsamba-426de6f97f1b585b754c2c4b214ca7aa8b7f1a42.tar.gz
samba-426de6f97f1b585b754c2c4b214ca7aa8b7f1a42.tar.bz2
samba-426de6f97f1b585b754c2c4b214ca7aa8b7f1a42.zip
the autoconf scripts are now converted to the new directory structure
now the Makefile ..... (This used to be commit 4fae7f129e46930960831af0da28496f9766f6ae)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 16c8fb889c..19b2e20d87 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -251,7 +251,7 @@ echo $ac_n "checking for netmask ifconf ... $ac_c"
AC_TRY_RUN([
#define HAVE_NETMASK_IFCONF 1
#define AUTOCONF 1
-#include "netmask.c"],
+#include "lib/netmask.c"],
echo yes;netmask=yes;AC_DEFINE(HAVE_NETMASK_IFCONF),
echo no)
@@ -260,7 +260,7 @@ echo $ac_n "checking for netmask ifreq ... $ac_c"
AC_TRY_RUN([
#define HAVE_NETMASK_IFREQ 1
#define AUTOCONF 1
-#include "netmask.c"],
+#include "lib/netmask.c"],
echo yes;netmask=yes;AC_DEFINE(HAVE_NETMASK_IFREQ),
echo no)
fi
@@ -270,7 +270,7 @@ echo $ac_n "checking for netmask AIX ... $ac_c"
AC_TRY_RUN([
#define HAVE_NETMASK_AIX 1
#define AUTOCONF 1
-#include "netmask.c"],
+#include "lib/netmask.c"],
echo yes;netmask=yes;AC_DEFINE(HAVE_NETMASK_AIX),
echo no)
fi