Changeset 902 for trunk/lib/OptionVersion.cc
- Timestamp:
- Nov 27, 2009, 5:12:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/OptionVersion.cc
r895 r902 34 34 #include <apr_version.h> 35 35 36 #ifdef HAVE_LIB 36 37 #include <plplot/plstream.h> 38 #endif 37 39 38 40 #include <sstream> … … 80 82 cs << apr_version_string(); 81 83 cs << "\n"; 84 #ifdef HAVE_LIB 82 85 cs << "using libplplot "; 83 86 plstream pls; … … 85 88 pls.gver(plplot_version); 86 89 cs << plplot_version << "\n"; 90 #endif 87 91 } 88 92 exit(0);
Note: See TracChangeset
for help on using the changeset viewer.