Skip to content

Commit

Permalink
Merge pull request martijnvanbrummelen#574 from Polynomial-C/configur…
Browse files Browse the repository at this point in the history
…e_ac_fix

configure.ac: Fix check for parted
  • Loading branch information
PartialVolume authored May 6, 2024
2 parents 09d620c + fca8937 commit 1ae76b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ PKG_CHECK_MODULES(

AC_CHECK_LIB([intl], [libintl_dgettext]) # needed to statically link libparted, but not given in its pkgconfig file
AC_CHECK_LIB([uuid], [uuid_generate]) # needed to statically link libparted, but not given in its pkgconfig file
PKG_CHECK_MODULES([PARTED], [libparted], [libconfig])
PKG_CHECK_MODULES([PARTED], [libparted])
AC_CHECK_LIB([pthread], [main], ,[AC_MSG_ERROR([pthread development library not found])])

# Checks for header files.
Expand Down

0 comments on commit 1ae76b5

Please sign in to comment.