[CF-Devel] more on configure script
Jonathan Taporg
taporg at yahoo.com
Sat Jan 27 10:52:29 CST 2001
Yesterday, DB and I were looking at the problem he was having in
getting the gcfclient's configure script to recognize the fact that
he did have the right version of GTK installed. After some searching
we were able to track down where the problem was:
echo "configure:1740: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set";
then
echo $ac_n "(cached) $ac_c" 1>&6
else
case "$GTK_CONFIG" in
... in the configure script. Basically, the if-then resulting in
true
would cause the script to fail, otherwise it would succeed. We were
able to get things to work in DB's case by replacing the if-then with
an unconditional false. The script works without change for me. We
were wondering what would have caused the problem for bob in the
first place?
-j
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
More information about the crossfire
mailing list