/[gcjwebplugin]/gcjwebplugin/acinclude.m4
ViewVC logotype

Diff of /gcjwebplugin/acinclude.m4

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

revision 1.8 by mkoch, Wed Jun 30 06:20:22 2004 UTC revision 1.9 by mkoch, Wed Jun 30 20:08:54 2004 UTC
# Line 125  AC_MSG_RESULT([$PLUGIN_DIR]) Line 125  AC_MSG_RESULT([$PLUGIN_DIR])
125  dnl GCJWEBPLUGIN_ENABLE_EXTERNAL_MOZILLA_INCLUDES  dnl GCJWEBPLUGIN_ENABLE_EXTERNAL_MOZILLA_INCLUDES
126    
127  AC_DEFUN([GCJWEBPLUGIN_ENABLE_EXTERNAL_MOZILLA_INCLUDES],[  AC_DEFUN([GCJWEBPLUGIN_ENABLE_EXTERNAL_MOZILLA_INCLUDES],[
128    AC_CHECK_PROG([MOZILLA_CONFIG], [mozilla-config], [mozilla-config], [$PATH])
129  AC_ARG_ENABLE([external-mozilla-includes],  AC_ARG_ENABLE([external-mozilla-includes],
130                [AS_HELP_STRING([--enable-external-mozilla-includes],                [AS_HELP_STRING([--enable-external-mozilla-includes],
131                                [use Mozilla headers on your system (default: disabled)])],                                [use Mozilla headers on your system (default: disabled)])],
132                [AC_CHECK_PROG([MOZILLA_CONFIG], [mozilla-config], [mozilla-config], [$PATH])                [AC_MSG_CHECKING([for mozilla includes dir])
                AC_MSG_CHECKING([for mozilla includes dir])  
133                 AC_MSG_RESULT([not specified, using our own])                 AC_MSG_RESULT([not specified, using our own])
134                 AC_SUBST([MOZILLA_CFLAGS],[-Itop_srcdir/include/mozilla])                 AC_SUBST([MOZILLA_CFLAGS],[-Itop_srcdir/include/mozilla])
135                ],                ],

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