From e64d01d199a043923a767e0a42856caa11b59729 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 27 Sep 2001 12:43:13 +0000 Subject: Fix the bad GETOPT_LONG patch. svn path=/trunk/; revision=3495 --- acconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 5a3d2e82..1c0a046d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -19,7 +19,7 @@ #undef HAVE_CATGETS /* Define if you have GNU's getopt family of functions. */ -#undef HAVE_GETOPTLONG +#undef HAVE_GETOPT_LONG /* Define as 1 if you have gettext and don't want to use GNU gettext. */ #undef HAVE_GETTEXT -- cgit v1.2.3