changeset 4213:a9f5247a1840

[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 <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 06 Jan 2003 09:40:57 +0000
parents bbd1236e9cc9
children 709de528927e
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")