diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-19 08:57:27 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-19 08:57:27 -0500 |
commit | 42cfd74dc245913286cfd2c3ac0cc6caf2d25bff (patch) | |
tree | ca6656fd07f4e9cc08fb6d68de9e3905c2aa6966 /configure.ac | |
parent | 22fb11bd6b8b4dca696e16baf6619c50399abd14 (diff) | |
download | ayatana-indicator-datetime-42cfd74dc245913286cfd2c3ac0cc6caf2d25bff.tar.gz ayatana-indicator-datetime-42cfd74dc245913286cfd2c3ac0cc6caf2d25bff.tar.bz2 ayatana-indicator-datetime-42cfd74dc245913286cfd2c3ac0cc6caf2d25bff.zip |
in configure.ac, add AM_PROG_AR to silence an autotools warning in the tests/ directory caused by making static local copies of libgtest
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 315facd..8933d17 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,7 @@ AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CXX AC_HEADER_STDC +AM_PROG_AR # Initialize libtool LT_PREREQ([2.2]) |