fixed detection of whether we're invoked from the top level configure or not

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-01-16 12:58:02 +00:00
parent d9b21c9f47
commit eff41ee7f5
4 changed files with 8 additions and 4 deletions

2
demos/configure vendored
View File

@@ -523,7 +523,7 @@ fi
if test "x$wx_cv_if_gnu_make" = "x"; then
if test "x$wx_cv_path_ifs" = "x"; then
{ echo "configure: error: Please run configure from the top level directory." 1>&2; exit 1; }
fi