summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-15 10:33:48 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-15 10:36:35 -0400
commit88cee5e38960bd135780154c1561fc000ac9ef7e (patch)
treeeeb32bd97c89bae900d48ad40e5419701278d17f
parent8f6edee4e5940c671ab3da622b615abe198737cc (diff)
downloaddconf-88cee5e38960bd135780154c1561fc000ac9ef7e.tar.gz
Revert "build: Note we don't support srcdir != builddir"
This reverts commit 3bd2e9c8c37468eec6067a40ef2e66ef7372ac43.
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 9a2dcdf..d580d75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,11 +16,6 @@ if test "${CFLAGS+yes}" != "yes"; then
CFLAGS='-O2 -g -Wall -Wwrite-strings -Wmissing-prototypes -fno-common'
fi
-dnl http://people.gnome.org/~walters/docs/build-api.txt
-dnl The vala-automake integration blows up currently
-dnl because it expects C files in the srcdir, not the builddir
-echo \#buildapi-variable-no-builddir >/dev/null
-
# Check for programs
AC_PROG_CC
AM_PROG_VALAC([0.17.0])