common/autoconf/basics.m4
changeset 21759 e24e22311718
parent 21175 55339db53608
child 22474 83fec92ec43d
--- a/common/autoconf/basics.m4	Thu Nov 07 08:16:05 2013 -0800
+++ b/common/autoconf/basics.m4	Thu Nov 14 10:53:23 2013 +0100
@@ -412,7 +412,7 @@
   # Test from where we are running configure, in or outside of src root.
   if test "x$CURDIR" = "x$SRC_ROOT" || test "x$CURDIR" = "x$SRC_ROOT/common" \
       || test "x$CURDIR" = "x$SRC_ROOT/common/autoconf" \
-      || test "x$CURDIR" = "x$SRC_ROOT/common/makefiles" ; then
+      || test "x$CURDIR" = "x$SRC_ROOT/make" ; then
     # We are running configure from the src root.
     # Create a default ./build/target-variant-debuglevel output root.
     if test "x${CONF_NAME}" = x; then