components/clisp/Makefile
changeset 480 e031a1a0c3a1
parent 328 38a06e74a699
child 800 2ad056ed89ec
--- a/components/clisp/Makefile	Thu Aug 18 12:18:21 2011 -0700
+++ b/components/clisp/Makefile	Thu Aug 18 21:38:10 2011 -0700
@@ -44,9 +44,9 @@
 COMPILER=	gcc
 PATCH_LEVEL=	0
 
-# The clisp configure script exits with a failure if run with bash,
-# but works fine with ksh.
-CONFIG_SHELL = /bin/ksh
+# SHELLOPTS appears to cause clisp's configure script to fail while
+# checking the compiler.
+unexport SHELLOPTS
 
 # clisp's configure script is not a GNU auto* tools generated configure script
 # and doesn't take --sbindir, so we need to override the default values.