diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-23 13:32:18 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-23 13:32:18 +0100 |
commit | 4ce26b039386caac51abdf1bf78541a500423c18 (patch) | |
tree | 4923f7ebac444d3070b9a1d5d82bcbf739413a3b | |
parent | 82bf0f4d488f2f5d1676de7a4b86302e73f34bab (diff) | |
download | rtmux-4ce26b039386caac51abdf1bf78541a500423c18.tar.gz rtmux-4ce26b039386caac51abdf1bf78541a500423c18.tar.bz2 rtmux-4ce26b039386caac51abdf1bf78541a500423c18.zip |
Remove duplicate.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 355cf0b4..d09fec9d 100644 --- a/configure.ac +++ b/configure.ac @@ -659,7 +659,5 @@ CFLAGS="$SAVED_CFLAGS" AC_SUBST(AM_LDFLAGS) LDFLAGS="$SAVED_LDFLAGS" -AC_PROG_YACC - # autoconf should create a Makefile. AC_OUTPUT(Makefile) |