Changeset 10488 for trunk/ippTools/configure.ac
- Timestamp:
- Dec 5, 2006, 5:31:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/configure.ac
r10402 r10488 17 17 PKG_CHECK_MODULES([PSMODULES], [psmodules >= 0.12.0]) 18 18 PKG_CHECK_MODULES([IPPDB], [ippdb >= 0.0.61]) 19 20 dnl check for PSDB support 21 TMP_CFLAGS=${CFLAGS} 22 CFLAGS=${PSLIB_CFLAGS} 23 24 AC_COMPILE_IFELSE([AC_LANG_PROGRAM( 25 [[#if !defined HAVE_PSDB 26 error: PSDB support is not avaiable 27 #endif 28 ]])], 29 [], 30 [AC_MSG_ERROR([psLib was built without PSDB support, bailing out.])] 31 ) 32 33 CFLAGS=${TMP_CFLAGS} 19 34 20 35 AC_PROG_PERL_MODULES(
Note:
See TracChangeset
for help on using the changeset viewer.
