GNOME Bugzilla – Bug 658898
BACKEND_EDS defined twice in configure.ac
Last modified: 2011-09-14 12:38:48 UTC
Created attachment 196348 [details] [review] Path to remove unconditional definition configure.ac defines twice BACKEND_EDS, so it seems the 1st one (defined unconditionally) should go away. Attached patch does remove it
Review of attachment 196348 [details] [review]: Looks good. Please commit to master.
Merged: commit 61416d9ae0ff38927d7c7898a502d92e268d93f4 Author: Rodrigo Moya <rodrigo@gnome-db.org> Date: Tue Sep 13 12:17:37 2011 +0200 Remove extra definition of BACKEND_EDS Thanks.