зеркало из https://github.com/mozilla/pjs.git
Better error for missing nspr libs
This commit is contained in:
Родитель
5943595f14
Коммит
5af54219df
|
@ -755,7 +755,7 @@ if [ test "$MISSING_MOTIF" != "" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ test "$MISSING_NSPR" != "" ]; then
|
if [ test "$MISSING_NSPR" != "" ]; then
|
||||||
AC_MSG_ERROR([Could not find standard nspr headers or libraries.]);
|
AC_MSG_ERROR([Could not find standard nspr headers or libraries: $MISSING_NSPR]);
|
||||||
fi
|
fi
|
||||||
|
|
||||||
NG_MAKEFILES="
|
NG_MAKEFILES="
|
||||||
|
|
Загрузка…
Ссылка в новой задаче