aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-08 03:13:46 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-08 03:13:46 +0000
commit3f6327f4ca0992368d26826db680f2da78b9c448 (patch)
tree5eecaf00465bd76b0a3a807ad1af983be8433c0d /configure.ac
parent1528d39a96c25a25fd02016aea695d1435109d41 (diff)
add a comment about where AC_PROG_LD comes from
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47305 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 33875dc51..3fad37427 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,6 +129,8 @@ AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
AC_PROG_CXXCPP
+# If you get complaints that the following macro is undefined, you probably
+# need to install libtool, as that is what package provides it.
AC_PROG_LD
AC_PROG_AWK
AC_PROG_INSTALL