From 60f3da15a7daf6ef75d1075ac7c2f1d5bb665a14 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 6 Jun 2009 12:48:27 -0400 Subject: [PATCH] Bug Fix - configure.ac - Fixed a syntax error I introduced into configure.ac moments ago, and obviously didn't test it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1968948db..638af58de 100644 --- a/configure.ac +++ b/configure.ac @@ -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=}"