diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-22 10:13:20 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-22 10:13:20 +0000 |
commit | a072ff011e8f2ad9798c25b43043dc8343dab249 (patch) | |
tree | 49f8ba516331c549dcca71b4853ceae99c856fdc /databases/tora/files/patch-configure.ac | |
parent | i3lock improves slock by making it fork() and therefore combinable with (diff) |
- Update to 2.0.0
- Pass maintainership to submitter
PR: ports/134429
Submitted by: Cezary Morga <cm@therek>
Notes
Notes:
svn path=/head/; revision=234388
Diffstat (limited to 'databases/tora/files/patch-configure.ac')
-rw-r--r-- | databases/tora/files/patch-configure.ac | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/tora/files/patch-configure.ac b/databases/tora/files/patch-configure.ac index 63548048b2e0..a535ca377e21 100644 --- a/databases/tora/files/patch-configure.ac +++ b/databases/tora/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac.orig 2008-03-09 21:03:43.000000000 +0100 -+++ configure.ac 2008-04-05 14:34:02.000000000 +0200 -@@ -53,6 +53,9 @@ +--- configure.ac.orig 2008-09-14 23:54:41.000000000 +0200 ++++ configure.ac 2009-05-07 19:16:01.329388208 +0200 +@@ -54,6 +54,9 @@ AX_PATH_LIB_PCRE AM_PATH_CPPUNIT([1.10.2], found_cppunit=yes) AM_CONDITIONAL([CPPUNIT], [test "x$found_cppunit" = "xyes"]) @@ -9,5 +9,4 @@ +AC_SUBST(LIBCOMPAT) # Makefile.am uses these - AM_CONDITIONAL(ENABLE_MONO, test "$enable_mono" = yes) - + AM_CONDITIONAL(HAVE_ORACLE, test "$enable_oracle" = yes) |