summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2013-02-06 13:47:51 -0800
committerDavid Terei <davidterei@gmail.com>2013-02-06 13:51:13 -0800
commite705fb083cc00d9330bc13a6f011c80c6fc40c8f (patch)
tree825394bba9cfafd99ff77b5a0c83bc05a5c0f9e5 /configure.ac
parentec9377b1e51fd59e1837b096677bbaabfaa05171 (diff)
downloadhaskell-e705fb083cc00d9330bc13a6f011c80c6fc40c8f.tar.gz
Unify interfae of both variants FP_ARG_WITH_PATH... in aclocal.m4 and
document them.
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 b7cd351919..1a0fa819b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -502,13 +502,13 @@ esac
dnl ** Which LLVM llc to use?
dnl --------------------------------------------------------------
-FP_ARG_WITH_PATH_GNU_PROG_OPTIONAL([LLC], [llc])
+FP_ARG_WITH_PATH_GNU_PROG_OPTIONAL([LLC], [llc], [llc])
LlcCmd="$LLC"
AC_SUBST([LlcCmd])
dnl ** Which LLVM opt to use?
dnl --------------------------------------------------------------
-FP_ARG_WITH_PATH_GNU_PROG_OPTIONAL([OPT], [opt])
+FP_ARG_WITH_PATH_GNU_PROG_OPTIONAL([OPT], [opt], [opt])
OptCmd="$OPT"
AC_SUBST([OptCmd])