GNOME Bugzilla – Bug 683425
Detection of openSUSE in configure is broken
Last modified: 2012-09-05 16:17:06 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).
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 :-)
Looking at a SLE machine I have here, I don't see /etc/os-release, so... let's just move it to opensuse. Fixed.