aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-01 22:51:21 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-01 22:51:21 +0000
commit28b0541fdd599fe36fdd44aa8c0f7b8a737cdc1f (patch)
tree951a682288bad4dd08ccce7f41d6c6d62f8addb2 /configure.ac
parente9434c1061fb27e52b98736f2704808ec4ca1c5d (diff)
Fixes for cross-compilation on mips
(issue #8058, ywalther, with some modifications) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46847 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4f77b8752..f1dfa1f88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,6 +144,7 @@ AC_PATH_PROG([DIRNAME], [dirname], :)
AC_PATH_PROG([SHELL], [sh], :)
AC_PATH_PROG([LN], [ln], :)
AC_PATH_PROG([DOT], [dot], :)
+AC_PATH_PROG([STRIP], [strip], :)
AC_LANG(C)