summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar mszulecki2007-06-11 20:52:04 +0000
committerGravatar mszulecki2007-06-11 20:52:04 +0000
commit4319df5e65fd6c1c8a3aee369773db4add185093 (patch)
tree92d60cf1bb1f3b12027dabb651756f981f72d3c2 /configure.ac
parent550202adf7c26a1fafd249d246af7104f06474bf (diff)
downloaddskel-4319df5e65fd6c1c8a3aee369773db4add185093.tar.gz
dskel-4319df5e65fd6c1c8a3aee369773db4add185093.tar.bz2
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 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)