summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-15 22:27:51 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-15 22:27:51 +0000
commit757838e627d6803c4156ef302e06d6ee7af56298 (patch)
treeb442a5b4a049edac84525d5b2695963f832a9892 /autoconf
parent24ac21f937517d7e1e3190c419541c11cba1962c (diff)
Remove LLVMGCCDIR from the set of defines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18970 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 2ce691b9a1c..017269b6773 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -527,8 +527,6 @@ AC_DEFINE_UNQUOTED(LLVM_MANDIR, "$LLVM_MANDIR",
[Installation directory for man pages])
AC_DEFINE_UNQUOTED(LLVM_CONFIGTIME, "$LLVM_CONFIGTIME",
[Time at which LLVM was configured])
-AC_DEFINE_UNQUOTED([LLVMGCCDIR],"$LLVMGCCDIR",
- [Installation directory of llvm-gcc])
dnl===-----------------------------------------------------------------------===
dnl===