After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690346 - Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: build
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-12-17 13:53 UTC by PHO
Modified: 2012-12-17 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE (1.29 KB, patch)
2012-12-17 13:53 UTC, PHO
committed Details | Review

Description PHO 2012-12-17 13:53:29 UTC
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>
Comment 1 PHO 2012-12-17 13:53:32 UTC
Created attachment 231718 [details] [review]
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>
Comment 2 Dan Winship 2012-12-17 13:55:51 UTC
oops. thanks