Skip to content

Commit

Permalink
Another snap change.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Mar 23, 2024
1 parent 24509a4 commit 8d99e54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3773,8 +3773,8 @@ printf %s "checking for mxml4... " >&6; }
if $PKGCONFIG --exists mxml4
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes, cflags=\"$($PKGCONFIG --cflags mxml4)\", libs=\"$($PKGCONFIG --libs mxml4)\"" >&5
printf "%s\n" "yes, cflags=\"$($PKGCONFIG --cflags mxml4)\", libs=\"$($PKGCONFIG --libs mxml4)\"" >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
CFLAGS="$CFLAGS $($PKGCONFIG --cflags mxml4)"
LIBS="$LIBS $($PKGCONFIG --libs mxml4)"
Expand All @@ -3792,8 +3792,8 @@ printf %s "checking for zlib... " >&6; }
if $PKGCONFIG --exists zlib
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes, cflags=\"$($PKGCONFIG --cflags zlib)\", libs=\"$($PKGCONFIG --libs zlib)\"" >&5
printf "%s\n" "yes, cflags=\"$($PKGCONFIG --cflags zlib)\", libs=\"$($PKGCONFIG --libs zlib)\"" >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
CPPFLAGS="$CPPFLAGS $($PKGCONFIG --cflags zlib)"
LIBS="$LIBS $($PKGCONFIG --libs zlib)"
ZLIB=1
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ AS_IF([test "x$PKGCONFIG" = x], [
dnl Mini-XML library...
AC_MSG_CHECKING([for mxml4])
AS_IF([$PKGCONFIG --exists mxml4], [
AC_MSG_RESULT([yes, cflags="$($PKGCONFIG --cflags mxml4)", libs="$($PKGCONFIG --libs mxml4)"])
AC_MSG_RESULT([yes])
CFLAGS="$CFLAGS $($PKGCONFIG --cflags mxml4)"
LIBS="$LIBS $($PKGCONFIG --libs mxml4)"
], [
Expand All @@ -80,7 +80,7 @@ AS_IF([$PKGCONFIG --exists mxml4], [
dnl zlib...
AC_MSG_CHECKING([for zlib])
AS_IF([$PKGCONFIG --exists zlib], [
AC_MSG_RESULT([yes, cflags="$($PKGCONFIG --cflags zlib)", libs="$($PKGCONFIG --libs zlib)"])
AC_MSG_RESULT([yes])
CPPFLAGS="$CPPFLAGS $($PKGCONFIG --cflags zlib)"
LIBS="$LIBS $($PKGCONFIG --libs zlib)"
ZLIB=1
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apps:
parts:
mxml:
plugin: autotools
autotools-configure-parameters: [--disable-shared]
autotools-configure-parameters: [--disable-shared --prefix=/]
source-type: git
source: https://github.com/michaelrsweet/mxml.git

Expand Down

0 comments on commit 8d99e54

Please sign in to comment.