Date: Wed, 7 Jul 1999 11:34:35 +0930 (CST) From: Greg Lehey <grog@lemis.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/12542: Error in xscreensaver configuration script Message-ID: <199907070204.LAA63264@freebie.lemis.com>
next in thread | raw e-mail | index | archive | help
>Number: 12542 >Category: ports >Synopsis: Error in xscreensaver configuration script >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 6 19:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Greg Lehey >Release: FreeBSD 4.0-CURRENT, non-specific >Organization: FreeBSD >Environment: FreeBSD 4.0-CURRENT, not relevant >Description: x11/xscreensaver's configure script checks for the gtk version by starting glib-config. This should be gtk-config. >How-To-Repeat: Configure xscreensaver. It will report the version number of gtk as the version number of glib. >Fix: --- configure~ Wed Jul 7 11:16:05 1999 +++ configure Wed Jul 7 11:23:07 1999 @@ -6237,7 +6237,7 @@ if eval "test \"`echo '$''{'ac_cv_gtk_version_string'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - ac_cv_gtk_version_string=`$glib_config --version` + ac_cv_gtk_version_string=`$gtk_config --version` fi echo "$ac_t""$ac_cv_gtk_version_string" 1>&6 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907070204.LAA63264>