Fix SPICELIB -> SPICE_LIBS instance.

pull/110/head
Pat Suwalski 2011-01-21 20:56:37 +00:00
parent 158393a7f7
commit 9a04249f30
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ AC_ARG_WITH([cspice-dir],
AC_SUBST(SPICE_CFLAGS)
AC_SUBST(SPICE_LIBS)
AM_CONDITIONAL(ENABLE_SPICE, test "$SPICELIB" != "")
AM_CONDITIONAL(ENABLE_SPICE, test "$SPICE_LIBS" != "")
AC_MSG_CHECKING([whether to enable GLUT])