comparison configure.ac @ 30112:0a3490f24e2b

merge of '3083d5a5d5b46193be6849e67ddef5bb26111789' and 'b14459623a35c6926c2e383067d203bff65fd06f'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 28 May 2010 06:24:47 +0000
parents 34af082d702e 44ec2e7c2488
children 2443e8667124
comparison
equal deleted inserted replaced
30111:34af082d702e 30112:0a3490f24e2b
1342 DEBUG_CFLAGS="-Wall $DEBUG_CFLAGS" 1342 DEBUG_CFLAGS="-Wall $DEBUG_CFLAGS"
1343 CFLAGS="-g $CFLAGS" 1343 CFLAGS="-g $CFLAGS"
1344 fi 1344 fi
1345 1345
1346 if test "x$SUNCC" = "xyes"; then 1346 if test "x$SUNCC" = "xyes"; then
1347 CFLAGS="-features=extensions" 1347 CFLAGS="$CFLAGS -features=extensions"
1348 fi 1348 fi
1349 AC_SUBST(CFLAGS) 1349 AC_SUBST(CFLAGS)
1350 1350
1351 AC_PATH_PROG(pidginpath, pidgin) 1351 AC_PATH_PROG(pidginpath, pidgin)
1352 1352