From 8c7c6ac1254963e66570034641208ef7d685ff06 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 12 Jul 2012 13:05:12 +0000 Subject: [PATCH] fix typo in generated comment llvm-svn: 160127 --- autoconf/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 258e6b52e4c..427c5413c63 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -645,7 +645,7 @@ case "$enableval" in *) AC_MSG_ERROR([Invalid setting for --enable-timestamps. Use "yes" or "no"]) ;; esac AC_DEFINE_UNQUOTED([ENABLE_TIMESTAMPS],$ENABLE_TIMESTAMPS, - [Define if timestamp information (e.g., __DATE___) is allowed]) + [Define if timestamp information (e.g., __DATE__) is allowed]) dnl Allow specific targets to be specified for building (or not) TARGETS_TO_BUILD=""