comparison autogen.sh @ 24484:eb1bf40d6fd0

Remove a space to eliminate a spurious diff between Pidgin's autogen.sh and the Purple Plugin Pack's autogen.sh.
author Richard Laager <rlaager@wiktel.com>
date Tue, 25 Nov 2008 17:23:43 +0000
parents a41e0d8ddae4
children 0a6f702bf9dc a709dc0bb3f3
comparison
equal deleted inserted replaced
24478:daefbf001774 24484:eb1bf40d6fd0
64 ############################################################################### 64 ###############################################################################
65 check () { 65 check () {
66 CMD=$1 66 CMD=$1
67 67
68 printf "%s" "checking for ${CMD}... " 68 printf "%s" "checking for ${CMD}... "
69 BIN=`which ${CMD} 2> /dev/null` 69 BIN=`which ${CMD} 2>/dev/null`
70 70
71 if [ x"${BIN}" = x"" ] ; then 71 if [ x"${BIN}" = x"" ] ; then
72 echo "not found." 72 echo "not found."
73 echo "${CMD} is required to build ${PACKAGE}!" 73 echo "${CMD} is required to build ${PACKAGE}!"
74 exit 1; 74 exit 1;