diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-18 10:41:14 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-18 10:41:14 +0200 |
commit | 6185d6e4930342de18d7f44ec3aebd611c53bfba (patch) | |
tree | 94e9e814070a70519ca593c325cd8831cbe1abff /configure.ac | |
parent | 92acb8a9318c3010ecc4d7bd6cd1aa8460fb191e (diff) |
Add init.d script for centos.
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 |