From 5a4f655998e469c835d145d64660e347826becbc Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 5 Mar 2008 09:20:00 +0000 Subject: [PATCH] 2008-03-05 Emmanuele Bassi * configure.ac: Add "osx" the the AC_HELP_STRING of the flavour selection. (#831, Peter Enzerink) --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 257d656e1..4f5d24e1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-05 Emmanuele Bassi + + * configure.ac: Add "osx" the the AC_HELP_STRING of the flavour + selection. (#831, Peter Enzerink) + 2008-03-04 Emmanuele Bassi * clutter/clutter-main.c (clutter_do_event): Do not throttle the diff --git a/configure.ac b/configure.ac index e291fbd6c..517a390b6 100644 --- a/configure.ac +++ b/configure.ac @@ -83,7 +83,7 @@ backendextra= backendextralib= clutterbackend=glx AC_ARG_WITH([flavour], - AC_HELP_STRING([--with-flavour=@<:@glx/eglx/eglnative/sdl@:>@], + AC_HELP_STRING([--with-flavour=@<:@glx/eglx/eglnative/sdl/osx@:>@], [Select the Clutter backend]), clutterbackend=$with_flavour)