X-Git-Url: http://git.meshlink.io/?p=catta;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=d760f340af3c5c40b76658830f07419f9239c5db;hp=c5314af0e042c63e3d4e698a9e8696b8a9fa74ec;hb=d973ebcca85078aeb8d6f790795b75c8a8b863b8;hpb=f5d4215d93887fda552b8f5f52ea506e01d9a748 diff --git a/configure.ac b/configure.ac index c5314af..d760f34 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,7 @@ fi AC_CHECK_DECL(_WIN32) AM_CONDITIONAL([WINDOWS], [ test "x$ac_cv_have_decl__WIN32" = "xyes" ]) if test "x$ac_cv_have_decl__WIN32" = "xyes" ; then - CPPFLAGS="$CPPFLAGS -I`pwd`/include/compat/windows" + CPPFLAGS="$CPPFLAGS -I`pwd`/src/compat/windows/include" fi AC_CHECK_MEMBER([struct in_pktinfo.ipi_spec_dst], AC_DEFINE([HAVE_IPI_SPEC_DST], [], [struct in_pktinfo has ipi_spec_dst member]),