[gnomeradio] Show config.log if configure fails to aid debugging.

Dominik Mierzejewski rathann at fedoraproject.org
Sun Aug 1 20:32:08 UTC 2010


commit dc0c09f4cb091ef32c4502d720ed6982f61226f5
Author: Dominik Mierzejewski <rpm at greysector.net>
Date:   Sun Aug 1 22:31:27 2010 +0200

    Show config.log if configure fails to aid debugging.

 gnomeradio.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gnomeradio.spec b/gnomeradio.spec
index 14cedbc..f6a8b32 100644
--- a/gnomeradio.spec
+++ b/gnomeradio.spec
@@ -45,7 +45,9 @@ Ogg files.
 %configure \
 	--disable-schemas-install \
 	--disable-install-schemas \
-	--disable-scrollkeeper
+	--disable-scrollkeeper \
+|| cat config.log
+
 %{__make} %{?_smp_mflags}
 
 %install


More information about the scm-commits mailing list