Blame SOURCES/0116-testsuite-changed-atlocal.in-to-work-with-last-commi.patch

562801
From bc34787bfbaa2a4bcb74865c24fe56b0fd50d7e5 Mon Sep 17 00:00:00 2001
562801
From: Matej Habrnal <mhabrnal@redhat.com>
562801
Date: Wed, 22 Oct 2014 00:17:28 +0200
562801
Subject: [LIBREPORT PATCH 116/118] testsuite: changed atlocal.in to work with
562801
 last commit
562801
562801
Added special library libreport-web.la and CFLAGS DEFAULT_DUMP_DIR_MODE.
562801
562801
Related #1140224
562801
562801
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
562801
Signed-off-by: Jakub Filak <jfilak@redhat.com>
562801
---
562801
 tests/atlocal.in | 6 +++---
562801
 1 file changed, 3 insertions(+), 3 deletions(-)
562801
562801
diff --git a/tests/atlocal.in b/tests/atlocal.in
562801
index 5150b21..1a82edb 100644
562801
--- a/tests/atlocal.in
562801
+++ b/tests/atlocal.in
562801
@@ -6,10 +6,10 @@ CC='@CC@'
562801
 LIBTOOL="$abs_top_builddir/libtool"
562801
 
562801
 # We want no optimization.
562801
-CFLAGS="@O0CFLAGS@ -I$abs_top_builddir/src/include -I$abs_top_builddir/src/lib -I$abs_top_builddir/src/gtk-helpers -D_GNU_SOURCE @GLIB_CFLAGS@ @GTK_CFLAGS@"
562801
+CFLAGS="@O0CFLAGS@ -I$abs_top_builddir/src/include -I$abs_top_builddir/src/lib -I$abs_top_builddir/src/gtk-helpers -D_GNU_SOURCE @GLIB_CFLAGS@ @GTK_CFLAGS@ -DDEFAULT_DUMP_DIR_MODE=@DEFAULT_DUMP_DIR_MODE@"
562801
 
562801
 # Are special link options needed?
562801
-LDFLAGS="@LDFLAGS@ $abs_top_builddir/src/lib/libreport.la $abs_top_builddir/src/gtk-helpers/libreport-gtk.la"
562801
+LDFLAGS="@LDFLAGS@"
562801
 
562801
 # Are special libraries needed?
562801
-LIBS="@LIBS@"
562801
+LIBS="@LIBS@ $abs_top_builddir/src/lib/libreport.la $abs_top_builddir/src/gtk-helpers/libreport-gtk.la $abs_top_builddir/src/lib/libreport-web.la"
562801
-- 
562801
1.8.3.1
562801