Changeset 1029 for trunk/configure.ac
- Timestamp:
- Feb 14, 2010, 9:02:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r993 r1029 279 279 AC_MSG_CHECKING([for library containing plstream]) 280 280 AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <plplot/plstream.h>], 281 [plstream pls(1,1,"svg", "conftest.svg")])], 281 [plstream pls(1,1,"svg", "conftest.svg"); 282 pls.scolbga(255, 255, 255, 0); 283 ])], 282 284 [AC_MSG_RESULT([yes]); 283 285 AC_DEFINE([HAVE_PLPLOT], [1],
Note: See TracChangeset
for help on using the changeset viewer.