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 730552 - Missing quoting in configure
Missing quoting in configure
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
3.12.x
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-22 08:12 UTC by Laurent Bigonville
Modified: 2014-05-22 14:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add missing quote around AC_CHECK_DECL macro (1.22 KB, patch)
2014-05-22 08:14 UTC, Laurent Bigonville
committed Details | Review

Description Laurent Bigonville 2014-05-22 08:12:52 UTC
Hi,

When running the configure, I'm seeing the following error:

checking for gethostbyname... (cached) yes
/«PKGBUILDDIR»/./configure: line 20827: ac_fn_c_check_decl: command not found
checking whether _POSIX_HOST_NAME_MAX is declared... yes

This seems related to a missing quote around a macro.
Comment 1 Laurent Bigonville 2014-05-22 08:14:12 UTC
Created attachment 276969 [details] [review]
Add missing quote around AC_CHECK_DECL macro
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-05-22 11:16:55 UTC
Review of attachment 276969 [details] [review]:

Looks good.
Comment 3 Laurent Bigonville 2014-05-22 14:39:39 UTC
Comment on attachment 276969 [details] [review]
Add missing quote around AC_CHECK_DECL macro

Committed to master