From: Greg Stein Date: Sat, 23 Dec 2000 02:52:08 +0000 (+0000) Subject: get the layout from the right directory X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77a4ed89175b919a0a3e24dc277f8007a52cd1a3;p=apache get the layout from the right directory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87518 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index 33ab72f68d..b7c511c881 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -279,7 +279,7 @@ AC_DEFUN(APACHE_MODULE,[ dnl dnl APACHE_LAYOUT(configlayout, layoutname) AC_DEFUN(APACHE_LAYOUT,[ - if test ! -f $srcdir/../config.layout; then + if test ! -f $srcdir/config.layout; then echo "** Error: Layout file $srcdir/../config.layout not found" echo "** Error: Cannot use undefined layout '$LAYOUT'" exit 1