]> granicus.if.org Git - apache/commitdiff
get the layout from the right directory
authorGreg Stein <gstein@apache.org>
Sat, 23 Dec 2000 02:52:08 +0000 (02:52 +0000)
committerGreg Stein <gstein@apache.org>
Sat, 23 Dec 2000 02:52:08 +0000 (02:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87518 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index 33ab72f68dc470c5463702fce1e62b4fa8792027..b7c511c881fab2f4707eb6630c17e0ec56d49e69 100644 (file)
@@ -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