From 3c7961ccb0928e911d517ce5a062aac01b55b3ea Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 27 May 2009 23:25:49 +0000 Subject: [PATCH] poke git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13478 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- configure.in | 1 - 1 file changed, 1 deletion(-) 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])