Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Jan 11, 2024
1 parent 753ce8c commit c12f010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,6 @@ CSFLAGS
LIBCUPS_STATIC
LIBCUPS
INSTALL_STATIC
CUPS_PC
PKGCONFIG_AVAHI
PDFIODIR
PDFTOPPM
Expand All @@ -669,6 +668,7 @@ PKGCONFIG_LIBS
PKGCONFIG_CFLAGS
PKGCONFIG
LINKCUPS
CUPS_PC
ARFLAGS
LN
RMDIR
Expand Down Expand Up @@ -4054,6 +4054,7 @@ fi




if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
Expand Down Expand Up @@ -5317,7 +5318,6 @@ fi




# Check whether --enable-debug was given.
if test ${enable_debug+y}
then :
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ AS_IF([test x$enable_libcups3_prefix != xno], [
LIBCUPS_BASE="libcups"
LINKCUPS="-lcups"
])
AC_SUBST([CUPS_PC])
AC_SUBST([LINKCUPS])


Expand Down Expand Up @@ -489,7 +490,6 @@ AS_IF([test x$enable_shared != xno], [
PKGCONFIG_REQUIRES_PRIVATE=""
])

AC_SUBST([CUPS_PC])
AC_SUBST([INSTALL_STATIC])
AC_SUBST([LIBCUPS])
AC_SUBST([LIBCUPS_STATIC])
Expand Down

0 comments on commit c12f010

Please sign in to comment.