Use sanitized headers in data-ipa-cfg-mgr makefiles

Change-Id: I43450840cb3fc8c288475c8ecb352dd3b4e6eafb
diff --git a/configure.ac b/configure.ac
index e77b4f2..8d21dbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,6 +20,11 @@
 
 # Checks for libraries.
 
+AC_ARG_WITH(sanitized-headers,
+      AS_HELP_STRING([--with-sanitized-headers=DIR],
+         [Specify the location of the sanitized Linux headers]),
+      [CPPFLAGS="$CPPFLAGS -idirafter $withval"])
+	  
 # Checks for header files.
 AC_CHECK_HEADERS([fcntl.h netinet/in.h sys/ioctl.h unistd.h])