]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - configure.ac
Pull in libratbox from ircd-ratbox-3.0.0beta1 and integrate into the build system.
[irc/rqf/shadowircd.git] / configure.ac
index 9a6f1e78ddfa0082f8a4a892e63db9149476334c..2537aafa00dd32045ed0a559d662b34cdde560a8 100644 (file)
@@ -26,6 +26,8 @@ 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