projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52f853a
)
Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it define
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 27 Dec 2004 03:15:28 +0000
(
03:15
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 27 Dec 2004 03:15:28 +0000
(
03:15
+0000)
the path names correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19146
91177308
-0d34-0410-b5e6-
96231b3b80d8
autoconf/configure.ac
patch
|
blob
|
history
diff --git
a/autoconf/configure.ac
b/autoconf/configure.ac
index 85145e6c02b1f8d70562e1bbd23baee2cd9c5a13..a1c6d5fc53246e0fe4c027984101c903691e0ca0 100644
(file)
--- a/
autoconf/configure.ac
+++ b/
autoconf/configure.ac
@@
-311,7
+311,7
@@
case "$etags_version" in
esac
AC_SUBST(ETAGSFLAGS,$ETAGSFLAGS)
-if test "$WITH_LLVMGCCDIR"
!
= "default" ; then
+if test "$WITH_LLVMGCCDIR" = "default" ; then
AC_PATH_PROG(LLVMGCC, [llvm-gcc], [llvm-gcc])
AC_PATH_PROG(LLVMGXX, [llvm-g++], [llvm-g++])
else