Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
authorPHO <pho@cielonegro.org>
Mon, 17 Dec 2012 13:26:38 +0000 (22:26 +0900)
committerDan Winship <danw@gnome.org>
Mon, 17 Dec 2012 13:54:12 +0000 (08:54 -0500)
commit72d7d23402ff33c1bb92069829749dba0c509328
treecd254df08c4863dba3248eddf774622d61efed96
parent0eb28063a837b25a1ef388410fa656472f1d687d
Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE

In configure.ac, escaping '#' in NAMESER_COMPAT_INCLUDE results in the following gio/gnetworking.h, which obviously doesn't compile:

  #include <arpa/inet.h>
  #include <arpa/nameser.h>
  \#include <arpa/nameser_compat.h>

https://bugzilla.gnome.org/show_bug.cgi?id=690346
configure.ac