/[gcl]/gcl/configure.in
ViewVC logotype

Diff of /gcl/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.107 by mjthomas, Wed Feb 19 03:29:07 2003 UTC revision 1.108 by mjthomas, Sat Feb 22 07:14:21 2003 UTC
# Line 817  AC_EGREP_HEADER([gettimeofday], Line 817  AC_EGREP_HEADER([gettimeofday],
817    
818  AC_CHECK_LIB(m,sin,LIBS="${LIBS} -lm",true)  AC_CHECK_LIB(m,sin,LIBS="${LIBS} -lm",true)
819  AC_CHECK_LIB(mingwex,main,LIBS="${LIBS} -lmingwex",true)  AC_CHECK_LIB(mingwex,main,LIBS="${LIBS} -lmingwex",true)
820    # AC_CHECK_LIB(japi,j_start,LIBS="${LIBS} -ljapi -lwsock32",true)
821    AC_CHECK_HEADERS(japi.h,[AC_DEFINE(HAVE_JAPI_H)
822                             EXTRA_LOBJS="${EXTRA_LOBJS} japi.o"
823                             LIBS="${LIBS} -ljapi -lwsock32"] )
824    
825  # Should really find a way to check for prototypes, but this  # Should really find a way to check for prototypes, but this
826  # basically works for now.  CM  # basically works for now.  CM
# Line 1393  AC_SUBST(O3FLAGS) Line 1397  AC_SUBST(O3FLAGS)
1397  O2FLAGS=$TO2FLAGS  O2FLAGS=$TO2FLAGS
1398  AC_SUBST(O2FLAGS)  AC_SUBST(O2FLAGS)
1399    
1400    AC_SUBST(EXTRA_LOBJS)
1401  if test -f h/$use.defs  ; then  if test -f h/$use.defs  ; then
1402    
1403    AC_SUBST(use)    AC_SUBST(use)

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26