From 368504f73689f9f34913c29f5567596e4ab34b53 Mon Sep 17 00:00:00 2001 From: Miciah Dashiel Butler Masters Date: Sun, 26 Feb 2006 08:28:15 +0000 Subject: [PATCH] Update SpiderMonkey configure check Debian compatibility Support the new libmozjs packages in Debian unstable that replace the old libsmjs packages. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index c1b3b5fa..0ae8db26 100644 --- a/configure.in +++ b/configure.in @@ -570,7 +570,7 @@ if test -z "$disable_spidermonkey"; then withval=""; fi for spidermonkeydir in "$withval" "" /usr /usr/local /opt/spidermonkey /opt/js; do - for spidermonkeyinclude in "/include" "/include/js" "/include/smjs /include/mozjs"; do + for spidermonkeyinclude in "/include" "/include/js" "/include/smjs" "/include/mozjs"; do for spidermonkeylib in js smjs mozjs; do if test "$cf_result" = no; then SPIDERMONKEY_LIBS="-l$spidermonkeylib"