Ignore:
Timestamp:
2001-02-23T09:48:00+13:00 (23 years ago)
Author:
jrm21
Message:

removed a check for HP-UX - gmalloc which was in here twice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure.in

    r1938 r2051  
    2626AC_ARG_ENABLE(corba, [  --enable-corba          Enable CORBA support], USE_CORBA=1, USE_CORBA=0)
    2727AC_DEFINE(USE_CORBA)
    28 AC_SUBST(USE_CORBA, $(USE_CORBA))
     28AC_SUBST(USE_CORBA)
    2929
    3030AC_ARG_WITH(micodir, [  --with-micodir          Use installed MICO directory], MICO_DIR=$enableval, MICO_DIR="default")
    3131AC_DEFINE(MICO_DIR)
    32 AC_SUBST(MICO_DIR, $(MICO_DIR))
     32AC_SUBST(MICO_DIR)
    3333
    3434dnl
     
    245245AC_SUBST(gsdlos)
    246246
    247 AC_MSG_CHECKING(for HP-UX needing gmalloc)
    248 if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    249   AC_MSG_RESULT(yes)
    250   LIBOBJS="$LIBOBJS gmalloc.o"
    251   AC_DEFINE(HAVE_VALLOC)
    252 else
    253   AC_MSG_RESULT(no)
    254   AC_CHECK_FUNCS(valloc)
    255 fi
    256 
    257 fp_WITH_DMALLOC
    258 fp_WITH_REGEX
    259 
    260247# ---------------------------------------------------------------------------
    261248if test "$ac_cv_func_alloca" = 'no'; then
Note: See TracChangeset for help on using the changeset viewer.