From 91652dcae06621b96f44c2a5af9ec7456b7e4be9 Mon Sep 17 00:00:00 2001 From: dmotd Date: Sun, 27 Sep 2009 11:39:41 +0000 Subject: silly pdpath bug svn path=/trunk/externals/iem/iemmatrix/; revision=12470 --- src/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configure.ac') diff --git a/src/configure.ac b/src/configure.ac index f49fd58..e78e9b2 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -33,7 +33,7 @@ LIBRARY_NAME=${ac_unique_file%.*} CONFIGUREFLAGS=$(echo ${ac_configure_args} | sed "s/'//g") 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]) if test "x" = "x${enable_PIC}" ; then -- cgit v1.2.1