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 683425 - Detection of openSUSE in configure is broken
Detection of openSUSE in configure is broken
Status: RESOLVED FIXED
Product: aisleriot
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: aisleriot-maint
aisleriot-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-05 14:47 UTC by Vincent Untz
Modified: 2012-09-05 16:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2012-09-05 14:47:04 UTC
The detection of the distro is now done with:

 source /etc/os-release && echo $ID

This results in "opensuse" for openSUSE. But the checks in configure.ac look for suse (not *suse*, which would work).
Comment 1 Christian Persch 2012-09-05 15:35:06 UTC
Is any distro using "suse" itself? If not, just s/suse/opensuse/ in configure; otherwise let's go with the wildcards. In any case, ok to make the change in git yourself :-)
Comment 2 Vincent Untz 2012-09-05 16:17:06 UTC
Looking at a SLE machine I have here, I don't see /etc/os-release, so... let's just move it to opensuse. Fixed.