diff options
| author | Jim Blandy | 1993-03-25 03:57:51 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-25 03:57:51 +0000 |
| commit | f071c05ae22e371cf76aa90d326d42aa385a0c6e (patch) | |
| tree | 62e1646574ea6d16b55f37dd04c0c130554d64a5 | |
| parent | c6b81ef2ee869853b21445af2d75a9568385f593 (diff) | |
| download | emacs-f071c05ae22e371cf76aa90d326d42aa385a0c6e.tar.gz emacs-f071c05ae22e371cf76aa90d326d42aa385a0c6e.zip | |
Fix typo in source for `configure.tmp.$$.c'.
| -rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 6c5b3973023..ee068601bff 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -946,7 +946,7 @@ echo ' | |||
| 946 | #endif | 946 | #endif |
| 947 | #ifndef C_SWITCH_SYSTEM | 947 | #ifndef C_SWITCH_SYSTEM |
| 948 | #define C_SWITCH_SYSTEM | 948 | #define C_SWITCH_SYSTEM |
| 949 | #endf | 949 | #endif |
| 950 | @configure@ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM | 950 | @configure@ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM |
| 951 | @configure@ c_switch_system=C_SWITCH_SYSTEM | 951 | @configure@ c_switch_system=C_SWITCH_SYSTEM |
| 952 | #ifdef SYSTEM_MALLOC | 952 | #ifdef SYSTEM_MALLOC |