[Kazehakase-cvs] CVS update: kazehakase

Back to archive index

Ryo SHIMIZU furyo****@users*****
Thu Feb 23 22:32:32 JST 2006


Index: kazehakase/configure.in
diff -u kazehakase/configure.in:1.153 kazehakase/configure.in:1.154
--- kazehakase/configure.in:1.153	Wed Feb  8 22:58:14 2006
+++ kazehakase/configure.in	Thu Feb 23 22:32:32 2006
@@ -98,6 +98,22 @@
 MOZILLA_PREFIX="`$PKG_CONFIG --variable=prefix $GECKO-xpcom`"
 AC_SUBST(MOZILLA_PREFIX)
 
+dnl **************************************************************
+dnl Check for history searching engine.
+dnl **************************************************************
+ENGINE=
+AC_ARG_WITH([search_engine],
+	AS_HELP_STRING([--with-search-engine@<:@=hyperestraier|rast@:>@],
+		       [Whether to use HyperEstraier or Rast (default: hyperestraier)]),
+	[ENGINE="$withval"])
+
+	if test "x$ENGINE" = "xrast"; then
+		AC_DEFINE(USE_RAST, 1, [Define using Rast])
+	else
+		AC_DEFINE(USE_HYPERESTRAIER, 1, [Define using HyperEstraier])
+	fi
+
+
 dnl *************************************************************************
 dnl This is from Mozilla's configure.in. They set almost all the config stuff
 dnl they need in mozilla-config.h Except for this compiler flag, which can't


More information about the Kazehakase-cvs mailing list
Back to archive index