diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-12-15 14:24:10 +0100 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-12-15 14:24:10 +0100 |
commit | bde3ec012ede47fb16ddc03c0a847df53fc86c30 (patch) | |
tree | 43c71272c1114d0799cb567cef461e8a581222a4 /configure.ac | |
parent | 81de29993fdecd28a749411969e30eb3d536c36a (diff) | |
download | ncrypto-master.tar.gz ncrypto-master.tar.xz ncrypto-master.zip |
This requires _GNU_SOURCE, which in turn requires renaming the "encrypt"
identifier to avoid a conflict with a function from <crypt.h>.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ed53177..47bd1e2 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,7 @@ AM_PROG_CC_C_O # This interface seems to be undocumented, but bison uses it ;-) AM_MISSING_PROG([AUTOM4TE], [autom4te]) +AC_USE_SYSTEM_EXTENSIONS LT_INIT([disable-static]) # Checks for libraries. |