mirror of https://github.com/GNOME/gimp.git
Remove stray comma
This commit is contained in:
parent
7ac320d745
commit
605887d085
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue