Bug 493672: fix xulrunner --with-libxul-sdk build, r=bsmedberg

This commit is contained in:
Hiroyuki Ikezoe 2009-05-19 11:05:24 -04:00
parent 27093379ce
commit f4c2964244

View File

@ -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