From: Andrew Tridgell Date: Tue, 10 Apr 2007 02:51:54 +0000 (+1000) Subject: fix configure for new test location X-Git-Tag: tevent-0.9.20~348^2~2955 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f7ae0f89121dd9cc38a7bdaf9ea09dc0e3197b7;p=thirdparty%2Fsamba.git fix configure for new test location (This used to be ctdb commit e516ea4714ae0b84ae6073201fbe297dd49b8c51) --- diff --git a/ctdb/configure.ac b/ctdb/configure.ac index eff152599c7..784eef21906 100644 --- a/ctdb/configure.ac +++ b/ctdb/configure.ac @@ -12,7 +12,7 @@ AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""]) AC_DEFUN([SMB_EXT_LIB], [echo -n ""]) AC_DEFUN([SMB_ENABLE], [echo -n ""]) AC_INIT(ctdb.h) -AC_CONFIG_SRCDIR([ctdb_test.c]) +AC_CONFIG_SRCDIR([tests/ctdb_test.c]) AC_LIBREPLACE_ALL_CHECKS