From 4af2842fc43143d76020b8cc3f4ece4a9922aa55 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 16 Sep 2011 13:04:03 -0400 Subject: Instead of detecting the host type, you may use --enable-compat instead. Enabling compat will build and link against a static library containing string functions not found in older version of glibc. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8f217a3..995c298 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,5 @@ +if HAVE_COMPAT SUBDIRS = compat src +else +SUBDIRS = src +endif -- cgit