Ignore:
Timestamp:
2005-11-07T13:30:40+13:00 (19 years ago)
Author:
kjdon
Message:

changed LIBOBJS= to AC_LIBOBJ(), added in check for endianness

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg/aclocal.m4

    r439 r10852  
    132132  AC_MSG_RESULT(regex)
    133133  AC_DEFINE(WITH_REGEX)
    134   LIBOBJS="$LIBOBJS regex.o"
     134  AC_LIBOBJ(regex)
    135135fi])
    136136if test -z "$ac_with_regex"; then
    137137  AC_MSG_RESULT(rx)
    138   AC_CHECK_FUNC(re_rx_search, , [LIBOBJS="$LIBOBJS rx.o"])
     138  AC_CHECK_FUNC(re_rx_search, , [AC_LIBOBJ(rx)])
    139139fi
    140 AC_SUBST(LIBOBJS)dnl
    141140])
Note: See TracChangeset for help on using the changeset viewer.