diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-02-23 09:50:37 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-02-23 10:15:47 +0100 |
commit | 33566704839ea6d8f581a1e76d392799b23a22a7 (patch) | |
tree | 05b1dd66e5c4db6174aa2f6afddaf339a35766da /libextra | |
parent | b74dd7e3e88f28b2a7af0f0fa87fae0dec55df72 (diff) | |
download | gnutls-33566704839ea6d8f581a1e76d392799b23a22a7.tar.gz |
added AM_PROG_AR in configure
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libextra/configure.ac b/libextra/configure.ac index e3a1ff05fa..f6dcb7c28a 100644 --- a/libextra/configure.ac +++ b/libextra/configure.ac @@ -31,6 +31,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_HEADERS([config.h]) AC_PROG_CC +AM_PROG_AR xgl_EARLY AC_LIBTOOL_WIN32_DLL |