aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-28 19:50:44 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-28 19:50:44 +0000
commit9203beae2a85b0c9650d038b60cf92173ccda1ef (patch)
treed71751b20c2574e614335002e0733c6bf7f00b31 /configure.ac
parent065b46dda5fce8e39217137513583f6d2a64345b (diff)
added info fails
svn path=/trunk/externals/zexy/; revision=15390
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3f3f4c0..d5ffd1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,10 +33,8 @@ AC_SUBST(REFERENCEPATH)
AC_SUBST(PDLIBDIR)
AC_SUBST(INCLUDES)
-AC_ARG_WITH(pdversion,[ --with-pdversion=<ver> enforce a certain pd-version (e.g. 0.37)])
-AC_ARG_WITH(version, [ --with-version=<ver> enforce a certain zexy-version (e.g. 2.0)])
-AC_ARG_WITH(extension,[ --with-extension=<ext> enforce a certain extension for the dynamic library (e.g. dll)])
AC_ARG_WITH(pd, [ --with-pd=</path/to/pd> where to look for pd-headers and and -libs])
+AC_ARG_WITH(extension,[ --with-extension=<ext> enforce a certain extension for the dynamic library (e.g. dll)])
AC_ARG_ENABLE(library,[ --disable-library split the library into single externals])
AM_CONDITIONAL([LIBRARY], [test "x${enable_library}" != "xno"])