------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=130916 apaku gmx de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From apaku gmx de 2006-12-30 20:58 ------- SVN commit 618015 by apaku: Add a check for the mkfifo method, this fixes a bug on freebsd, where mknod is not allowed to be executed as user, but mkfifo is. BUG:130916 M +1 -0 configure.in.in --- branches/kdevelop/3.4/configure.in.in #618014:618015 @ -21,6 +21,7 @ KDEV_PATH_KDELIBSDOXY KDEV_PATH_KDELIBSDOC +AC_CHECK_FUNCS([mkfifo], [HAVE_MKFIFO=1], [HAVE_MKFIFO=0]) dnl ********** dnl Check which programming languages support should be compiled