diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-22 11:35:28 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-22 11:35:28 +0100 |
commit | e490c1b8c858ea42e31ae1a6504c4788e0fb1545 (patch) | |
tree | 850087c9403c37adfc54deaf831a3e729223fa9a /source4/configure.ac | |
parent | 63e23a7d648cb608a9834b4397c0aed765a1d459 (diff) | |
download | samba-e490c1b8c858ea42e31ae1a6504c4788e0fb1545.tar.gz samba-e490c1b8c858ea42e31ae1a6504c4788e0fb1545.tar.xz samba-e490c1b8c858ea42e31ae1a6504c4788e0fb1545.zip |
Move configure test files to the top-level and share them between s3 and
s4.
Diffstat (limited to 'source4/configure.ac')
-rw-r--r-- | source4/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index 6c8fb0efc28..ef3bfd73f6d 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -122,7 +122,7 @@ CFLAGS="${CFLAGS} ${DEVELOPER_CFLAGS}" # final configure stuff AC_MSG_CHECKING([configure summary]) -AC_TRY_RUN([#include "${srcdir-.}/build/tests/summary.c"], +AC_TRY_RUN([#include "${srcdir-.}/../tests/summary.c"], AC_MSG_RESULT(yes), AC_MSG_ERROR([summary failure. Aborting config]); exit 1;, AC_MSG_WARN([cannot run when cross-compiling])) |