]> jfr.im git - irc/freenode/ircd-seven.git/commitdiff
configure: Restore libratbox build.
authorJilles Tjoelker <redacted>
Thu, 5 Jun 2014 20:10:10 +0000 (22:10 +0200)
committerJilles Tjoelker <redacted>
Thu, 5 Jun 2014 20:12:19 +0000 (22:12 +0200)
This fixes building from scratch.

configure.ac

index 582170cbf27e4a12a355f913f77b6bce3279d9b9..3b4ad9cbb72dc0807a55bc7ca76db8344c366ffd 100644 (file)
@@ -27,6 +27,7 @@ AC_LANG(C)
 dnl Make sure autoconf doesn't interfere with cflags -jmallett
 CFLAGS="$OLD_CFLAGS"
 
+AC_CONFIG_SUBDIRS(libratbox)
 
 dnl Check for various compilers. -jmallett
 dnl But if $CC turns out to be gcc, sure as hell it's, well, gcc. -joshk