aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-09-16 13:04:03 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2011-09-16 13:04:03 -0400
commit4af2842fc43143d76020b8cc3f4ece4a9922aa55 (patch)
tree9c6519a45cf7e2fd523a2c5baa95b4e0d531adc7 /Makefile.am
parentb5a75739bb208be9dadcf87beda8ccd33f73f2a1 (diff)
downloadduser-4af2842fc43143d76020b8cc3f4ece4a9922aa55.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
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