0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

configure: Restore libratbox build.

This fixes building from scratch.
This commit is contained in:
Jilles Tjoelker 2014-06-05 22:10:10 +02:00
parent 74273d8b80
commit 6573fa4c74

View 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