summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-03-07 07:45:12 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-03-07 07:45:12 +0000
commite0b3ad722c4a760408ba97dc6a71eb9e183843e4 (patch)
treeeba4d95ce068a6ac2e10075314f7433f38acbd8c /configure.ac
parent0713480a8fe8e0a150ebb2319d0418b8c352d2e2 (diff)
Use LDFLAGS in the xpp Makefile
Use a more standard link command in the xpp Makefile. (closes issue #16597) Reported by: pprindeville Patches: dahdi-tools-bugid16597#3.patch uploaded by pprindeville (license 347) Tested by: pprindeville, tzafrir git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8263 a0bf4364-ded3-4de4-8d8a-66a801d63aff
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 9c755af..d1ea2a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,8 @@ AC_GNU_SOURCE
AC_CHECK_HEADERS([sys/soundcard.h linux/soundcard.h])
+AC_CHECK_TOOL([LD], [ld])
+
# Checks for programs.
AC_PROG_CC
AC_PROG_CPP