X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=6bd095cf333fbd5ffe87be0b139f2c5b17ed574f;hp=18a439eb591fc533272cbc064aaaf20f0013056c;hb=b4d5b78374e093ffb280fbfbbcfedbe68d60b956;hpb=3d7415f43f0fe6a821d7bc4a341ba371e8a30ef3 diff --git a/configure.ac b/configure.ac index 18a439eb5..6bd095cf3 100644 --- a/configure.ac +++ b/configure.ac @@ -666,6 +666,7 @@ if test "x${have_acl}" != xno ; then if test "x$have_acl" = xyes ; then ACL_LIBS="-lacl" AC_DEFINE(HAVE_ACL, 1, [ACL available]) + M4_DEFINES="$M4_DEFINES -DHAVE_ACL" else have_acl=no fi