IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10401


Ignore:
Timestamp:
Dec 1, 2006, 1:37:28 PM (20 years ago)
Author:
eugene
Message:

warning not error on ohana-config test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/configure.ac

    r10391 r10401  
    9393  KAPA_CONFIG=`which ohana-config`
    9494  AC_CHECK_FILE($KAPA_CONFIG,[],
    95     [HAVE_KAPA="false"; AC_MSG_ERROR([libkapa is not found: output plots disabled.  Obtain libkapa at http://kiawe.ifa.hawaii.edu/Elixir/Ohana or use --with-kapa to specify location])])
     95    [HAVE_KAPA="false"; AC_MSG_WARN([libkapa is not found: output plots disabled.  Obtain libkapa at http://kiawe.ifa.hawaii.edu/Elixir/Ohana or use --with-kapa to specify location])])
    9696 
    9797  echo "HAVE_KAPA: $HAVE_KAPA"
Note: See TracChangeset for help on using the changeset viewer.