mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
4fbddfe65b
system, since the code has bit-rotted and does not grok the new bonobo Problem reports by: Archie Cobbs <archie@whistle.com> Sledgehammer patch by: ade
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
--- configure.orig Mon Jul 10 10:37:02 2000
|
|
+++ configure Thu Aug 24 15:31:47 2000
|
|
@@ -2801,4 +2801,4 @@
|
|
if test "x$no_bonobo" = x ; then
|
|
- echo "$ac_t""yes" 1>&6
|
|
- have_bonobo=true
|
|
+ echo "$ac_t""yes - but I'm ignoring it" 1>&6
|
|
+ have_bonobo=false
|
|
else
|