Skip to content

Commit

Permalink
different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed May 30, 2024
1 parent cca904d commit 2dc8ab2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions macros/quota-check.m4
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ AC_DEFUN([AC_NETATALK_CHECK_QUOTA], [
LIBS="$LIBS $QUOTA_LIBS"
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
#include <rpcsvc/rquota.h>
void bar(void) {
]], [[
enum qr_status foo;
}
]])],[netatalk_cv_rquota_qr_status="yes"],[netatalk_cv_rquota_qr_status="no"]
)
if test x"$netatalk_cv_rquota_qr_status" = x"yes"; then
Expand Down

0 comments on commit 2dc8ab2

Please sign in to comment.