Skip to content

Commit

Permalink
fix typo in generated comment
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160127 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ggreif committed Jul 12, 2012
1 parent 223875e commit c11c2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoconf/configure.ac
Original file line number Diff line number Diff line change
@@ -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=""

0 comments on commit c11c2ba

Please sign in to comment.