Remove stray comma

This commit is contained in:
Manish Singh 2005-08-15 22:55:05 +00:00
parent 7ac320d745
commit 605887d085
1 changed files with 1 additions and 1 deletions

View File

@ -1207,7 +1207,7 @@ PKG_CHECK_MODULES(GNOMEUI, libgnomeui-2.0 >= gnomeui_required_version,
AM_CONDITIONAL(HAVE_GNOMEUI, test x$have_gnomeui = xyes)
if test "x$have_gnomeui" = xyes; then
AC_DEFINE(HAVE_GNOMEUI, 1, "Define to 1 if libgnomeui is available"),
AC_DEFINE(HAVE_GNOMEUI, 1, "Define to 1 if libgnomeui is available")
fi