From: Michael Jerris Date: Wed, 27 May 2009 23:25:49 +0000 (+0000) Subject: poke X-Git-Tag: v1.0.4~728 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c7961ccb0928e911d517ce5a062aac01b55b3ea;p=thirdparty%2Ffreeswitch.git poke git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13478 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/configure.in b/configure.in index f6afd157d5..70c279d67b 100644 --- a/configure.in +++ b/configure.in @@ -35,7 +35,6 @@ AC_SUBST(switch_builddir) AC_ARG_WITH([modinstdir], [AS_HELP_STRING([--with-modinstdir=DIR], [Install modules into this location (default: $prefix/mod)])], [modinstdir="$withval"], [modinstdir="${prefix}/mod"]) - AC_SUBST(modinstdir) AC_DEFINE_UNQUOTED([SWITCH_MOD_DIR],"${modinstdir}",[where to install the modules to])