search for: have_var

Displaying 1 result from an estimated 1 matches for "have_var".

Did you mean: have_sar
2008 Mar 04
0
[PATCH] Compiling libev on Ubuntu Edgy Eft
...rb index 2175fab..91bd44a 100644 --- a/src/extconf.rb +++ b/src/extconf.rb @@ -27,7 +27,7 @@ if have_header(''port.h'') flags << ''-DEV_USE_PORT'' end -if have_header(''sys/inotify.h'') +if have_header(''sys/inotify.h'') and have_var(''IN_DONT_FOLLOW'', ''sys/ inotify.h'') flags << ''-DEV_USE_INOTIFY'' end Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&quot...