Skip to content

Commit

Permalink
Fixing underquoted definitions as suggested by Henri Bragge <henri.br…
Browse files Browse the repository at this point in the history
  • Loading branch information
schoenw committed Aug 9, 2010
1 parent b3f7044 commit bb8587f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl Define HAVE_STRUCT_UTIMBUF if `struct utimbuf' is declared --
dnl usually in <utime.h>.
dnl Some systems have utime.h but don't declare the struct anywhere.

AC_DEFUN(jm_CHECK_TYPE_STRUCT_UTIMBUF,
AC_DEFUN([jm_CHECK_TYPE_STRUCT_UTIMBUF],
[
AC_CHECK_HEADERS(utime.h)
AC_REQUIRE([AC_HEADER_TIME])
Expand Down
2 changes: 1 addition & 1 deletion gsnmp.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl AM_PATH_GSNMP()
dnl

AC_DEFUN(AM_PATH_GSNMP,
AC_DEFUN([AM_PATH_GSNMP],
[
PKG_CHECK_MODULES(GSNMP, glib-2.0 >= 2.0.1)
])

0 comments on commit bb8587f

Please sign in to comment.