mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
292ef5248c
commit
60f3da15a7
1 changed files with 1 additions and 1 deletions
|
@ -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=}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue