From 4319df5e65fd6c1c8a3aee369773db4add185093 Mon Sep 17 00:00:00 2001 From: mszulecki Date: Mon, 11 Jun 2007 20:52:04 +0000 Subject: Remove Phobos checking, it has to be installed with GDC. git-svn-id: http://svn.sukimashita.com/repos/dskel/trunk@26 4281df72-ff29-0410-8fee-2d9ac0c5f5a7 --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 977aead..c730499 100644 --- a/configure.ac +++ b/configure.ac @@ -39,8 +39,6 @@ AC_SUBST(GDC) AC_SUBST(GDC_VERSION,[$($GDC --version | grep -P -o "(?<=\()gdc (.*?)(?=,)")]) AC_SUBST(DFLAGS, "-g -O2") -dnl TODO: Check for Phobos Library - AC_SUBST(DEPS_CFLAGS) AC_SUBST(DEPS_LIBS) -- cgit v1.1-32-gdbae