Check-in Number:
|
2965 | |
Date: |
2002-Dec-16 15:59:29 (local)
2002-Dec-16 14:59:29 (UTC) |
User: | mlelstv |
Branch: | |
Comment: |
add autoconfig header to propagate --with-ex |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/al/al.c 1.2 -> 1.3
--- al.c 2002/12/16 14:02:45 1.2
+++ al.c 2002/12/16 14:59:29 1.3
@@ -30,6 +30,11 @@
** al.c: assembly line library implementation
*/
+/* include optional Autoconf header */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
|
|