GNOME Bugzilla – Bug 673628
properly quote UDEV_REQUIRED in configure check
Last modified: 2012-04-06 08:40:34 UTC
configure.ac has AS_IF([test -n $UDEV_REQUIRED] On systems where GUdev is not installed, this test fails, though, as the UDEV_REQUIRED variable needs proper quoting. See e.g. https://buildd.debian.org/status/fetch.php?pkg=cheese&arch=kfreebsd-amd64&ver=3.4.0-1&stamp=1333657441 Proposed patch attached
Created attachment 211453 [details] [review] [PATCH] build: Properly quote $UDEV_REQUIRED variable
Comment on attachment 211453 [details] [review] [PATCH] build: Properly quote $UDEV_REQUIRED variable Pushed to gnome-3-4 and master as commits 4bd22847e23108eb0a2f4b95b549f734f0c1f0fb and 1d1aa7be13ab4705a1e8231fb194563cefb069be, thanks.