aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 54f8fcf..2952cd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,7 @@ AC_PATH_PROG([MAKEINFO], makeinfo)
AC_PATH_PROG([TEXI2ANY], texi2any)
AC_PATH_PROG([TEXI2DVI], texi2dvi)
AC_PATH_PROG([TEXI2PDF], texi2pdf)
-AC_ARG_VAR([ADDON_SDK], [location of the Mozilla addon-sdk (default=/opt/addon-sdk)])
-AC_ARG_VAR([CFX_ARGS], [build arguments to pass to cfx])
+AC_ARG_VAR([JPM_ARGS], [build arguments to pass to jpm])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT