Bug Fix - configure.ac

- Fixed a syntax error I introduced into configure.ac moments ago, and
  obviously didn't test it.
This commit is contained in:
Paul Beckingham 2009-06-06 12:48:27 -04:00
parent 292ef5248c
commit 60f3da15a7

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT(task, 1.8.0, support@taskwarrior.org
AC_INIT(task, 1.8.0, support@taskwarrior.org)
CFLAGS="${CFLAGS=}"
CXXFLAGS="${CXXFLAGS=}"