15 lines
457 B
Diff
15 lines
457 B
Diff
--- ./configure.ac.orig 2008-02-21 20:47:51.000000000 +0000
|
|
+++ ./configure.ac 2008-02-21 20:51:38.000000000 +0000
|
|
@@ -1300,6 +1300,11 @@ unknown|pc|ibm|redhat|pld|mandrake|conec
|
|
test -f /etc/caos-release && RPMCANONVENDOR=caos
|
|
;;
|
|
esac
|
|
+if test "$RPMCANONVENDOR" = suse ; then
|
|
+ RPMCANONCOLOR=0
|
|
+ autorelocate_path='%{nil}'
|
|
+ autorelocate_dcolor='0'
|
|
+fi
|
|
RPMCANONOS="$build_os_noversion"
|
|
AC_SUBST(RPMCANONCOLOR)
|
|
AC_SUBST(autorelocate_path)
|