Changeset 10711 for trunk/indexers/mg


Ignore:
Timestamp:
2005-10-07T12:34:30+13:00 (19 years ago)
Author:
kjdon
Message:

changed LIBOBJS=... to AC_LIBOBJ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mg/aclocal.m4

    r3745 r10711  
    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.