Changeset 989 for trunk/configure.ac


Ignore:
Timestamp:
Dec 14, 2009, 4:36:53 PM (14 years ago)
Author:
Jari Häkkinen
Message:

Moved restoration of variables to a more proper place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r988 r989  
    285285                 [AC_MSG_RESULT([no])
    286286                  plplot_found=nolib;])
     287  CPPFLAGS=$save_CPPFLAGS
     288  LDFLAGS=$save_LDFLAGS
     289  LIBS=$save_LIBS
    287290])
    288291# restore variable
    289 CPPFLAGS=$save_CPPFLAGS
    290 LDFLAGS=$save_LDFLAGS
    291 LIBS=$save_LIBS
    292292export PKG_CONFIG_PATH=$save_PKG_CONFIG_PATH
    293293AC_SUBST(PLPLOT_CPPFLAGS)
Note: See TracChangeset for help on using the changeset viewer.