Skip to content

Commit

Permalink
Merge pull request #5992 from vojtechtrefny/master_configure-stray-comma
Browse files Browse the repository at this point in the history
Remove stray comma from widgets/configure.ac
  • Loading branch information
jkonecny12 authored Nov 12, 2024
2 parents a936d16 + 0734a04 commit 43ff271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ AC_ARG_ENABLE([glade],

AS_IF([test "x$enable_glade" != "xno"],
[ANACONDA_PKG_CHECK_MODULES([GLADEUI], [gladeui-2.0 >= 3.10])
AC_SUBST(GLADE_SUBDIR, "glade"),
AC_SUBST(GLADE_SUBDIR, "glade")
AC_CONFIG_FILES([glade/Makefile])],
[AC_SUBST(GLADE_SUBDIR, "")])

Expand Down

0 comments on commit 43ff271

Please sign in to comment.