diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2013-10-29 16:51:13 +0000 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2013-10-29 16:51:13 +0000 |
commit | 3a1334c103d745f683e4d9c3467ae3715ebc2628 (patch) | |
tree | 473730f2cc98027b60a9a70ce0f668cc2455b3e1 /configure.ac | |
parent | 3e12ed2feb4edde26d4a09d8e9170051c5d3582a (diff) | |
download | libnice-3a1334c103d745f683e4d9c3467ae3715ebc2628.tar.gz |
Silence aclocal warning by changing the order of the macros
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6b05633..d997f1e 100644 --- a/configure.ac +++ b/configure.ac @@ -53,9 +53,9 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])], # Checks for programs. +AC_USE_SYSTEM_EXTENSIONS AC_PROG_CC AM_PROG_AR -AC_USE_SYSTEM_EXTENSIONS LT_INIT # Check Operating System |