# HG changeset patch # User Christian Hammond # Date 1041846057 0 # Node ID a9f5247a1840ae8078bbb0ef4415153975570098 # Parent bbd1236e9cc9f724d3742962947662392c02f4d2 [gaim-migrate @ 4450] The opt include path may be useful somewhere (though I don't think it should be us solving another user's include path problems). However, gcc automatically checks /usr/local/include. In fact, newer versions will give you warnings if you even add this to your include path. If any problems result from this, I'll revert. committer: Tailor Script diff -r bbd1236e9cc9 -r a9f5247a1840 configure.ac --- a/configure.ac Mon Jan 06 04:33:13 2003 +0000 +++ b/configure.ac Mon Jan 06 09:40:57 2003 +0000 @@ -69,7 +69,7 @@ ]) dnl This is a bad, bad hack. I am a bad, bad man. -CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include -I\$(top_srcdir)" +CFLAGS="$CFLAGS -I/opt/include -I\$(top_srcdir)" AC_ARG_ENABLE(distrib,,,enable_distrib=no) AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes")