pidgin: d8fb6ab9: Stop looking for tcl/tkConfig.sh after t..

qulogic at pidgin.im qulogic at pidgin.im
Wed Mar 10 00:26:23 EST 2010


-----------------------------------------------------------------
Revision: d8fb6ab92784a1996fd5f44e42fbb00a9d07299c
Ancestor: 6e31dbb93d77f7fe079712d2320b785ce0260f67
Author: qulogic at pidgin.im
Date: 2010-03-08T05:18:03
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/d8fb6ab92784a1996fd5f44e42fbb00a9d07299c

Modified files:
        configure.ac

ChangeLog: 

Stop looking for tcl/tkConfig.sh after the first result, since I think it
wouldn't use what directory the user specified the way it is.

-------------- next part --------------
============================================================
--- configure.ac	4aed2e4b3820217886380caea17fa458a56ae216
+++ configure.ac	4af33f87b5b01e5c9894118a253cc45409dcf0c8
@@ -2142,6 +2142,7 @@ if test "$enable_tcl" = yes; then
 		if test -f $dir/tclConfig.sh; then
 			TCLCONFIG=$dir/tclConfig.sh
 			AC_MSG_RESULT([yes ($TCLCONFIG)])
+			break
 		fi
 	done
 	if test "$TCLCONFIG" = "no"; then
@@ -2212,6 +2213,7 @@ if test "$enable_tcl" = yes -a "$enable_
 		if test -f $dir/tkConfig.sh; then
 			TKCONFIG=$dir/tkConfig.sh
 			AC_MSG_RESULT([yes ($TKCONFIG)])
+			break
 		fi
 	done
 	if test "$TKCONFIG" = "no"; then


More information about the Commits mailing list