diff options
author | rse <rse> | 2007-06-15 14:06:06 +0000 |
---|---|---|
committer | rse <rse> | 2007-06-15 14:06:06 +0000 |
commit | 985db85e470f87c3fb8c839847bb342dac8ca653 (patch) | |
tree | 57a60bdced01908580af46b73c5a106a561b25c8 /configure.ac | |
parent | 533f8baf705f5b7a276d5bf2eaff52d70bd6c22b (diff) | |
download | libpopt-985db85e470f87c3fb8c839847bb342dac8ca653.tar.gz |
fix portability by providing the necessary Autoconf glue for the use of the (still) too unportable C99 va_copy function
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f4c9dfd..3694c32 100755 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,7 @@ AC_SYS_LARGEFILE AC_ISC_POSIX AM_C_PROTOTYPES +AC_CHECK_VA_COPY dnl XXX lose rpm libs LIBS= |