Skip to content

Commit

Permalink
Fix pkg-config cflags.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Mar 26, 2024
1 parent 3a87acc commit 53b9636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -4060,7 +4060,7 @@ else
fi
PKGCONFIG_CFLAGS="-I\${includedir}"
PKGCONFIG_CFLAGS="-I\${includedir}$INCLUDE_PREFIX"
PKGCONFIG_LIBS="-L\${libdir} $LINKPAPPL"
PKGCONFIG_LIBS_PRIVATE="-lm"
PKGCONFIG_REQUIRES=""
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ AC_SUBST([PAPPL_PREFIX])
dnl Check for pkg-config, which is used for some other tests later on...
AC_PATH_TOOL([PKGCONFIG], [pkg-config])

PKGCONFIG_CFLAGS="-I\${includedir}"
PKGCONFIG_CFLAGS="-I\${includedir}$INCLUDE_PREFIX"
PKGCONFIG_LIBS="-L\${libdir} $LINKPAPPL"
PKGCONFIG_LIBS_PRIVATE="-lm"
PKGCONFIG_REQUIRES=""
Expand Down

0 comments on commit 53b9636

Please sign in to comment.