diff configure.in @ 10188:affb52c62add HEAD

Fixed Linux proctitle hack and enabled it by default now.
author Timo Sirainen <tss@iki.fi>
date Mon, 26 Oct 2009 18:52:10 -0400
parents 6b75cb16d427
children d52d842e8f81
line wrap: on
line diff
--- a/configure.in	Mon Oct 26 18:04:13 2009 -0400
+++ b/configure.in	Mon Oct 26 18:52:10 2009 -0400
@@ -588,6 +588,9 @@
 		LIBS="-lxnet $LIBS"
 		AC_DEFINE(PREAD_BROKEN,, Defint if pread/pwrite implementation is broken)
 		;;
+	linux*)
+		AC_DEFINE(PROCTITLE_HACK,, Define if process title can be changed by modifying argv)
+		;;
 	*)
 		;;
 esac