From 51adf675267309ad0261a83f64c2eeb9615eae96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 24 Sep 2009 14:04:33 +0000 Subject: the option is called "--with-pd" and not "--with-pdpath" svn path=/trunk/externals/zexy/; revision=12444 --- src/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/configure.ac b/src/configure.ac index cba0caa..d7e722d 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -38,7 +38,7 @@ CONFIGUREFLAGS=$(echo ${ac_configure_args} | sed "s/'//g") 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(pdpath, [ --with-pd= where to look for pd-headers and and -libs]) +AC_ARG_WITH(pd, [ --with-pd= where to look for pd-headers and and -libs]) AC_ARG_ENABLE(PIC, [ --disable-PIC disable compilation with PIC-flag]) AC_ARG_ENABLE(lpt, [ --enable-lpt enable parallelport-support]) AC_ARG_ENABLE(library,[ --disable-library split the library into single externals]) -- cgit v1.2.1