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. --- include/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/config.h.in') diff --git a/include/config.h.in b/include/config.h.in index 65ae69b..e9d8cb4 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -25,9 +25,6 @@ /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET -/* host operating system is solaris */ -#undef HAVE_SOLARIS - /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H -- cgit