You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
376 B
12 lines
376 B
Index: configure |
|
--- configure.orig 2007-05-01 22:25:17 +0200 |
|
+++ configure 2007-05-02 07:32:14 +0200 |
|
@@ -27159,7 +27159,7 @@ |
|
fi |
|
|
|
if test "x$freetype_pkgconfig" = "xyes"; then |
|
- ft_REQUIRES="freetype2 >= $FREETYPE_MIN_VERSION $ft_REQUIRES" |
|
+ ft_REQUIRES="$ft_REQUIRES freetype2 >= $FREETYPE_MIN_VERSION" |
|
else |
|
|
|
if test -z "$FREETYPE_CONFIG"; then
|
|
|