aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-26 22:59:52 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-26 22:59:52 +0000
commit20b1c4fb96755b508faed281cb786ba821f57724 (patch)
treef0fcaaf63f7197253830f7fb6fca0914d30bcefe /configure.ac
parentf1dd93b29e6598cb4a4f2b87ee7d56cc45d4b2e4 (diff)
Really fix sounds Makefile (and make it readableish).
There was a rather large syntax error that should have caused ALL versions of GNU make to fail. I don't know how it worked. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@279657 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 4fdc83316..7e3901a6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -176,12 +176,6 @@ AC_PROG_LN_S
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 Makefile.381 sounds/Makefile
-else
- $LN_S -f Makefile.380 sounds/Makefile
-fi
-
AC_CHECK_TOOLS([STRIP], [strip gstrip], :)
AC_CHECK_TOOLS([AR], [ar gar], :)