git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13478 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-05-27 23:25:49 +00:00
parent bcd991e90f
commit 3c7961ccb0
1 changed files with 0 additions and 1 deletions

View File

@ -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])