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 676446 - properly quote enabled_extensions in configure check
properly quote enabled_extensions in configure check
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: extensions
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-05-20 22:09 UTC by Michael Biebl
Modified: 2012-05-20 22:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] build: Properly quote $enable_extensions (805 bytes, patch)
2012-05-20 22:13 UTC, Michael Biebl
committed Details | Review

Description Michael Biebl 2012-05-20 22:09:12 UTC
configure.ac: if test x$enable_extensions = xall; then

enable_extensions needs to be quoted in this configure check, otherwise it will produce an error message if you enable more then one extension, i.e. if there is a space.

./configure --enable-extensions="foo bar"
..

./configure: line 4553: test: too many arguments
Comment 1 Michael Biebl 2012-05-20 22:13:34 UTC
Created attachment 214524 [details] [review]
[PATCH] build: Properly quote $enable_extensions
Comment 2 Giovanni Campagna 2012-05-20 22:40:48 UTC
Thanks a lot, applied!