diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9180756..0bfcf6e 100644 --- a/configure.ac +++ b/configure.ac @@ -171,6 +171,8 @@ if test x$with_server != xno && test -z "$SERVER"; then LIBS="$tmp_LIBS" AC_SUBST(LAME_CFLAGS) AC_SUBST(LAME_LIBS) + + AC_CONFIG_FILES(etc/miavd) else AC_MSG_WARN([*** Building without server support!]) fi |