Update of /cvsroot/perfparse/_perfparse
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18924
Modified Files:
configure
Log Message:
convert perfdata_service_metric table
Index: configure
===================================================================
RCS file: /cvsroot/perfparse/_perfparse/configure,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** configure 28 Mar 2007 22:54:26 -0000 1.24
--- configure 14 Apr 2007 00:34:58 -0000 1.25
***************
*** 28369,28375 ****
CFLAGS="${CFLAGS} ${GD_CFLAGS}"
! { echo "$as_me:$LINENO: checking for gdMalloc in -lgd" >&5
! echo $ECHO_N "checking for gdMalloc in -lgd... $ECHO_C" >&6; }
! if test "${ac_cv_lib_gd_gdMalloc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
--- 28369,28375 ----
CFLAGS="${CFLAGS} ${GD_CFLAGS}"
! { echo "$as_me:$LINENO: checking for gdImageCreate in -lgd" >&5
! echo $ECHO_N "checking for gdImageCreate in -lgd... $ECHO_C" >&6; }
! if test "${ac_cv_lib_gd_gdImageCreate+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
***************
*** 28389,28397 ****
extern "C"
#endif
! char gdMalloc ();
int
main ()
{
! return gdMalloc ();
;
return 0;
--- 28389,28397 ----
extern "C"
#endif
! char gdImageCreate ();
int
main ()
{
! return gdImageCreate ();
;
return 0;
***************
*** 28432,28441 ****
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
! ac_cv_lib_gd_gdMalloc=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
! ac_cv_lib_gd_gdMalloc=no
fi
--- 28432,28441 ----
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
! ac_cv_lib_gd_gdImageCreate=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
! ac_cv_lib_gd_gdImageCreate=no
fi
***************
*** 28444,28450 ****
LIBS=$ac_check_lib_save_LIBS
fi
! { echo "$as_me:$LINENO: result: $ac_cv_lib_gd_gdMalloc" >&5
! echo "${ECHO_T}$ac_cv_lib_gd_gdMalloc" >&6; }
! if test $ac_cv_lib_gd_gdMalloc = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBGD 1
--- 28444,28450 ----
LIBS=$ac_check_lib_save_LIBS
fi
! { echo "$as_me:$LINENO: result: $ac_cv_lib_gd_gdImageCreate" >&5
! echo "${ECHO_T}$ac_cv_lib_gd_gdImageCreate" >&6; }
! if test $ac_cv_lib_gd_gdImageCreate = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBGD 1
|