freebsd-ports/mail/im/files/patch-aa
2003-05-06 11:29:56 +00:00

11 lines
329 B
Text

--- configure.in~ Tue Feb 25 01:51:43 2003
+++ configure.in Thu Apr 24 11:39:22 2003
@@ -125,7 +125,7 @@
[im_hostname="${withval}"])
if test "x$im_hostname" = 'x'; then
AC_MSG_CHECKING([domain for mail-address])
- im_hostname=`hostname`
+ im_hostname="_domain_of_your_mail_address_"
AC_MSG_RESULT([$im_hostname])
fi