Update of /cvsroot/simspark/simspark/spark
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10479
Modified Files:
Tag: projectx
acinclude.m4
Log Message:
define HAVE_KEROSIN_KEROSIN_H instead of HAVE_KEROSIN_H
Index: acinclude.m4
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/acinclude.m4,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.2.2.1
diff -C2 -d -r1.4.2.2 -r1.4.2.2.2.1
*** acinclude.m4 28 Feb 2007 04:46:52 -0000 1.4.2.2
--- acinclude.m4 7 Mar 2007 10:01:45 -0000 1.4.2.2.2.1
***************
*** 338,342 ****
# RCSS_BUILD_KEROSIN_INTERNAL
! # defines preprocessor symbol HAVE_KEROSIN_H if kerosin can be build
# set automake conditional BUILD_KEROSIN to true if kerosin can be build
#-----------------------------------------------------------------------------
--- 338,342 ----
# RCSS_BUILD_KEROSIN_INTERNAL
! # defines preprocessor symbol HAVE_KEROSIN_KEROSIN_H if kerosin can be build
# set automake conditional BUILD_KEROSIN to true if kerosin can be build
#-----------------------------------------------------------------------------
***************
*** 349,353 ****
AC_MSG_CHECKING([if libkerosin will be build])
AC_MSG_RESULT([$rcss_build_kerosin])
! RCSS_KEROSIN_IF_ELSE([AC_DEFINE(HAVE_KEROSIN_H, 1, [Define to 1 if using the kerosin header])],[
AC_MSG_ERROR([libkerosin cannot be build without all required libraries.])
AC_MSG_ERROR([the list of libraries required for kerosin can be found in the documentation])
--- 349,353 ----
AC_MSG_CHECKING([if libkerosin will be build])
AC_MSG_RESULT([$rcss_build_kerosin])
! RCSS_KEROSIN_IF_ELSE([AC_DEFINE(HAVE_KEROSIN_KEROSIN_H, 1, [Define to 1 if using the kerosin header])],[
AC_MSG_ERROR([libkerosin cannot be build without all required libraries.])
AC_MSG_ERROR([the list of libraries required for kerosin can be found in the documentation])
|