Ignore:
Timestamp:
2010-01-11T14:28:27+13:00 (14 years ago)
Author:
ak19
Message:

MICO_DIR should be set to withval not enableval, this was already corrected in the toplevel configure file previously.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/configure.in

    r21432 r21440  
    3838AC_SUBST(USE_CORBA)
    3939
    40 AC_ARG_WITH(micodir, [  --with-micodir          Use installed MICO directory], MICO_DIR=$enableval, MICO_DIR="default")
     40AC_ARG_WITH(micodir, [  --with-micodir          Use installed MICO directory], MICO_DIR=$withval, MICO_DIR="default")
    4141AC_DEFINE_UNQUOTED(MICO_DIR, "$MICO_DIR")
    4242AC_SUBST(MICO_DIR)
Note: See TracChangeset for help on using the changeset viewer.