Commit 8c8af31f5f7aaa7d258a97b6ec5ecf72b97d4484

David Turner 2000-12-04T23:28:14

fixed Unix installation

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/builds/unix/ftconfig.in b/builds/unix/ftconfig.in
index e3a0d38..02db171 100644
--- a/builds/unix/ftconfig.in
+++ b/builds/unix/ftconfig.in
@@ -37,13 +37,7 @@
 #ifndef __FTCONFIG_H__
 #define __FTCONFIG_H__
 
-#ifndef    FT_BUILD_H
-#  define  FT_BUILD_H  <freetype/config/ftbuild.h>
-#endif
-
-
-  /* Include the header file containing all developer build options */
-#include FT_BUILD_H
+#include <ft2build.h>
 #include FT_CONFIG_OPTIONS_H