diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-01-23 18:57:47 +0100 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2013-01-26 22:35:15 -0800 |
commit | fa421cf5f52ca16fa1328dbea2f4bda85c56cd3f (patch) | |
tree | 15df1d988dc9de3386ccd67202c19145961b5c18 /configure.ac | |
parent | 32276e9afbe98c3da85c2b4322ee09556f3ee4fd (diff) | |
download | ceph-fa421cf5f52ca16fa1328dbea2f4bda85c56cd3f.tar.gz |
configure: remove -m4_include(m4/acx_pthread.m4)
Since we use already AC_CONFIG_MACRO_DIR, no need to include m4/acx_pthread.m4
extra.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f87140fc20e..ffbd150502f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,5 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -m4_include(m4/acx_pthread.m4) # Autoconf AC_PREREQ(2.59) |