From 9203beae2a85b0c9650d038b60cf92173ccda1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 28 Sep 2011 19:50:44 +0000 Subject: added info fails svn path=/trunk/externals/zexy/; revision=15390 --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') 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= enforce a certain pd-version (e.g. 0.37)]) -AC_ARG_WITH(version, [ --with-version= enforce a certain zexy-version (e.g. 2.0)]) -AC_ARG_WITH(extension,[ --with-extension= enforce a certain extension for the dynamic library (e.g. dll)]) AC_ARG_WITH(pd, [ --with-pd= where to look for pd-headers and and -libs]) +AC_ARG_WITH(extension,[ --with-extension= 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"]) -- cgit v1.2.1