/[gcjwebplugin]/gcjwebplugin/configure.ac
ViewVC logotype

Diff of /gcjwebplugin/configure.ac

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

revision 1.8 by mkoch, Mon Jul 28 06:56:38 2003 UTC revision 1.9 by fitzsim, Mon Jul 28 23:55:57 2003 UTC
# Line 35  PKG_CHECK_MODULES(LIBGCJ, libgcj >= "3.4 Line 35  PKG_CHECK_MODULES(LIBGCJ, libgcj >= "3.4
35          [          [
36                  AC_MSG_ERROR([Couldn't find libgcj library!])                  AC_MSG_ERROR([Couldn't find libgcj library!])
37          ])          ])
38    # For some reason, with automake-1.6 these variables are not being
39    # substituted properly by the PKG_CHECK_MODULES macro.  So substitute
40    # them manually.
41    AC_SUBST(LIBGCJ_CFLAGS)
42    AC_SUBST(LIBGCJ_LIBS)
43    
44  AC_ARG_ENABLE(netscape-api,  AC_ARG_ENABLE(netscape-api,
45  [  --enable-netscape-api   enable the Netscape API and disables the OJI API])  [  --enable-netscape-api   enable the Netscape API and disables the OJI API])

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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