Changeset 961


Ignore:
Timestamp:
Dec 7, 2009, 5:59:44 AM (14 years ago)
Author:
Peter Johansson
Message:

fix typo so plplot version info is included in --version output (refs #407)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/OptionVersion.cc

    r909 r961  
    3333#include <apr_version.h>
    3434
    35 #ifdef HAVE_LIB
     35#ifdef HAVE_PLPLOT
    3636#include <plplot/plstream.h>
    3737#endif
     
    8181      cs << apr_version_string();
    8282      cs << "\n";
    83 #ifdef HAVE_LIB
     83#ifdef HAVE_PLPLOT
    8484      cs << "using libplplot ";
    8585      plstream pls;
Note: See TracChangeset for help on using the changeset viewer.