diff options
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/xpdf/ac/xpdf.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/xpdf/ac/xpdf.ac b/Build/source/libs/xpdf/ac/xpdf.ac index e588ec794c5..9ac2b70bc95 100644 --- a/Build/source/libs/xpdf/ac/xpdf.ac +++ b/Build/source/libs/xpdf/ac/xpdf.ac @@ -4,4 +4,4 @@ dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> dnl You may freely use, modify and/or distribute this file. dnl ## define required functions and headers from system xpdf -KPSE_CHECK_LIB([xpdf], [free], [gtypes.h]) +KPSE_CHECK_LIB([xpdf], [free], [goo/gtypes.h]) |