comparison configure.ac @ 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 814023d5d0b3
children 280ed2b617be
comparison
equal deleted inserted replaced
4212:bbd1236e9cc9 4213:a9f5247a1840
67 AC_DEFINE(socklen_t, int, [socklen_t size]) 67 AC_DEFINE(socklen_t, int, [socklen_t size])
68 ]) 68 ])
69 ]) 69 ])
70 70
71 dnl This is a bad, bad hack. I am a bad, bad man. 71 dnl This is a bad, bad hack. I am a bad, bad man.
72 CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include -I\$(top_srcdir)" 72 CFLAGS="$CFLAGS -I/opt/include -I\$(top_srcdir)"
73 73
74 AC_ARG_ENABLE(distrib,,,enable_distrib=no) 74 AC_ARG_ENABLE(distrib,,,enable_distrib=no)
75 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes") 75 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes")
76 AC_ARG_ENABLE(multi, [ --disable-multi disable multiple connections],,enable_multi=yes) 76 AC_ARG_ENABLE(multi, [ --disable-multi disable multiple connections],,enable_multi=yes)
77 AC_ARG_ENABLE(prpls, [ --disable-prpls don't build dynamic protocol plugins],,enable_prpls=yes) 77 AC_ARG_ENABLE(prpls, [ --disable-prpls don't build dynamic protocol plugins],,enable_prpls=yes)