summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2004-03-18 12:49:39 +0000
committerBastien Nocera <hadess@src.gnome.org>2004-03-18 12:49:39 +0000
commit9ce17e51f45686dec68229324ad4ade20f0b1310 (patch)
tree86deccabbdd0b353ed388f0ce239eb77bda72dfc /configure.in
parentce2c750a02600dc9a4535608a5b2fb61b98903a8 (diff)
downloadtotem-9ce17e51f45686dec68229324ad4ade20f0b1310.tar.gz
detect bad taste in TV series (Closes: #137526)
2004-03-18 Bastien Nocera <hadess@hadess.net> * configure.in: detect bad taste in TV series (Closes: #137526)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 278759c30..ca2f0d31e 100644
--- a/configure.in
+++ b/configure.in
@@ -209,6 +209,14 @@ else
AC_MSG_RESULT(n334)
fi
+AC_MSG_CHECKING(for bad taste in TV series)
+if test "`whoami`x" = "mickex" ; then
+ AC_MSG_RESULT(oh my god yes)
+else
+ AC_MSG_RESULT(pheew nope)
+fi
+
+
_system_is_x86="no"
AC_CHECK_HEADER( asm/vm86.h, _system_is_x86="yes" )
if `test "x$_system_is_x86" = "xyes" && test "x$CURL_CONFIG" != "xno"` ; then