From 6573fa4c74581eed1d0c3aedfcc422f29571ed92 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Thu, 5 Jun 2014 22:10:10 +0200 Subject: [PATCH] configure: Restore libratbox build. This fixes building from scratch. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 582170cb..3b4ad9cb 100644 --- a/configure.ac +++ b/configure.ac @@ -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