diff --git a/configure b/configure
index 7876542..2e9a74c 100755
--- a/configure
+++ b/configure
@@ -19458,7 +19458,7 @@ then :
   printf %s "(cached) " >&6
 else $as_nop
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lselinux  $LIBS"
+LIBS="-lselinux -lsepol $LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -19494,7 +19494,7 @@ fi
 printf "%s\n" "$ac_cv_lib_selinux_getfilecon" >&6; }
 if test "x$ac_cv_lib_selinux_getfilecon" = xyes
 then :
-  LIBSELINUX="-lselinux"
+  LIBSELINUX="-lselinux -lsepol"
 else $as_nop
   LIBSELINUX=""
 fi
-- 
2.25.1

