[at-spi2-core] Fix typo in the configure flag

Christopher Aillon caillon at fedoraproject.org
Sat Jan 22 02:00:36 UTC 2011


commit e763512783849b503c1ba17a3a850ca288728d35
Author: Christopher Aillon <caillon at redhat.com>
Date:   Fri Jan 21 17:58:47 2011 -0800

    Fix typo in the configure flag
    
    It's --with-dbus-daemondir

 at-spi2-core.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/at-spi2-core.spec b/at-spi2-core.spec
index e855c4d..c83dc37 100644
--- a/at-spi2-core.spec
+++ b/at-spi2-core.spec
@@ -42,7 +42,7 @@ API documentation for libatspi.
 %setup -q
 
 %build
-%configure --with-dbus-daemon=/bin --disable-relocate
+%configure --with-dbus-daemondir=/bin --disable-relocate
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 


More information about the scm-commits mailing list