mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 493672: fix xulrunner --with-libxul-sdk build, r=bsmedberg
This commit is contained in:
parent
27093379ce
commit
f4c2964244
@ -4209,8 +4209,8 @@ if test "$LIBXUL_SDK_DIR" = "yes"; then
|
||||
elif test -n "$LIBXUL_SDK_DIR" -a "$LIBXUL_SDK_DIR" != "no"; then
|
||||
LIBXUL_SDK=`cd "$LIBXUL_SDK_DIR" && pwd`
|
||||
|
||||
if test ! -f "$LIBXUL_SDK/sdk/include/xpcom-config.h"; then
|
||||
AC_MSG_ERROR([$LIBXUL_SDK/sdk/include/xpcom-config.h doesn't exist])
|
||||
if test ! -f "$LIBXUL_SDK/include/xpcom-config.h"; then
|
||||
AC_MSG_ERROR([$LIBXUL_SDK/include/xpcom-config.h doesn't exist])
|
||||
fi
|
||||
|
||||
MOZ_ENABLE_LIBXUL=1
|
||||
|
Loading…
Reference in New Issue
Block a user