From 77a4ed89175b919a0a3e24dc277f8007a52cd1a3 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Sat, 23 Dec 2000 02:52:08 +0000 Subject: [PATCH] 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 --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1