]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
poke
authorMichael Jerris <mike@jerris.com>
Wed, 27 May 2009 23:25:49 +0000 (23:25 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 27 May 2009 23:25:49 +0000 (23:25 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13478 d0543943-73ff-0310-b7d9-9358b9ac24b2

configure.in

index f6afd157d560cc9d2a83a89eff17a0de921df90a..70c279d67b50011db3158c90e7bad6a958b12db9 100644 (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])