diff options
author | unknown <serg@serg.mylan> | 2004-11-16 16:52:29 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-11-16 16:52:29 +0100 |
commit | 906d871d127756b39998ec4fb16b9c4db45718ec (patch) | |
tree | 954429492c91f8fddfcaf7cb1ce2863a1999fbdb /configure.in | |
parent | b23f183049ba66ea34348b2d0c5e9a1dd6547c3c (diff) | |
download | mariadb-git-906d871d127756b39998ec4fb16b9c4db45718ec.tar.gz |
don't delete ac_available_languages_fragment in configure - it may be needed later
BitKeeper/etc/ignore:
added ac_available_languages_fragment
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2bf589d3c2d..abf2ae9790f 100644 --- a/configure.in +++ b/configure.in @@ -3172,7 +3172,6 @@ AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl AC_CONFIG_COMMANDS([default], , test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h) AC_OUTPUT -rm -f $AVAILABLE_LANGUAGES_ERRORS_RULES echo echo "MySQL has a Web site at http://www.mysql.com/ which carries details on the" echo "latest release, upcoming features, and other information to make your" |