diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-09-24 14:04:33 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-09-24 14:04:33 +0000 |
commit | 51adf675267309ad0261a83f64c2eeb9615eae96 (patch) | |
tree | b20a94a4675bc493b37c015fb615e643d8507b01 /src | |
parent | cde86b16b8138dc4115f74abf9c90f18bd195746 (diff) |
the option is called "--with-pd" and not "--with-pdpath"
svn path=/trunk/externals/zexy/; revision=12444
Diffstat (limited to 'src')
-rw-r--r-- | src/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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=<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(pdpath, [ --with-pd=</path/to/pd> where to look for pd-headers and and -libs]) +AC_ARG_WITH(pd, [ --with-pd=</path/to/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]) |