Very nasty hack for gnome-vfs, to force the krb5_config check to fail
authorRoss Burton <ross@openedhand.com>
Sun, 24 Dec 2006 12:54:12 +0000 (12:54 +0000)
committerRoss Burton <ross@openedhand.com>
Sun, 24 Dec 2006 12:54:12 +0000 (12:54 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1095 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/site/arm-linux
meta/site/ix86-common

index 9987ff8..7946455 100644 (file)
@@ -313,3 +313,6 @@ ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
 
 #dbus
 ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=no}
+
+# Nasty hack for gnome-vfs
+ac_cv_path_KRB5_CONFIG=${ac_cv_path_KRB5_CONFIG=none}
index 6e6a2c9..b84a7aa 100644 (file)
@@ -252,3 +252,6 @@ jm_cv_func_working_readdir=yes
 # xorg X11R7
 ac_cv_sys_linker_h=${ac_cv_sys_linker_h=no}
 ac_cv_file__usr_share_X11_sgml_defs_ent=${ac_cv_file__usr_share_X11_sgml_defs_ent=no}
+
+# Nasty hack for gnome-vfs
+ac_cv_path_KRB5_CONFIG=${ac_cv_path_KRB5_CONFIG=none}