From 7653d4952a577adce514be3a4f16678efb6cfc40 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 9 Dec 2012 15:46:23 -0600 Subject: [PATCH] Add PACKAGE_URL to config.h.in --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 8263c08..f44c8ed 100644 --- a/config.h.in +++ b/config.h.in @@ -117,6 +117,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION -- 2.40.0