GNOME Bugzilla – Bug 676446
properly quote enabled_extensions in configure check
Last modified: 2012-05-20 22:40:52 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
Created attachment 214524 [details] [review] [PATCH] build: Properly quote $enable_extensions
Thanks a lot, applied!