summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-07-26 21:21:23 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-07-26 21:21:23 +0000
commit05a0a0538ade108864a913de12b60d3dd7135df2 (patch)
treefb5928d7b6640d2be293a666fb51a3d6a35c533f /configure.ac
parent12a06394298a767415648d61ee77be5a17e9895b (diff)
Merged revisions 279619 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r279619 | tilghman | 2010-07-26 16:20:12 -0500 (Mon, 26 Jul 2010) | 9 lines Merged revisions 279609 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r279609 | tilghman | 2010-07-26 16:18:17 -0500 (Mon, 26 Jul 2010) | 2 lines Dunno why this worked on my machine, but it works better this way. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@279624 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6fe351a3f..617277f9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,9 +177,9 @@ AC_PROG_RANLIB
AST_CHECK_GNU_MAKE
if test ${ac_cv_GNU_MAKE_VERSION_MAJOR} -gt 2 -a ${ac_cv_GNU_MAKE_VERSION_MINOR} -gt 80; then
- $LN_S -f sounds/Makefile.381 sounds/Makefile
+ $LN_S -f Makefile.381 sounds/Makefile
else
- $LN_S -f sounds/Makefile.380 sounds/Makefile
+ $LN_S -f Makefile.380 sounds/Makefile
fi
AC_CHECK_TOOLS([STRIP], [strip gstrip], :)