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