summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:10:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:10:04 +0000
commit7d9ec2d10cfefcf2d68f51496bfe23253d9d948c (patch)
tree0f359ed7949e7250c486d9f22af1eb8c27288474 /cpukit/posix/configure.ac
parent2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7d9ec2d10cfefcf2d68f51496bfe23253d9d948c.tar.bz2
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c]) * src/psignal.c: #include <string.h>.
Diffstat (limited to 'cpukit/posix/configure.ac')
-rw-r--r--cpukit/posix/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/configure.ac b/cpukit/posix/configure.ac
index 79a102efac..9b33e4119c 100644
--- a/cpukit/posix/configure.ac
+++ b/cpukit/posix/configure.ac
@@ -4,7 +4,7 @@
AC_PREREQ(2.52)
AC_INIT
-AC_CONFIG_SRCDIR([optman])
+AC_CONFIG_SRCDIR([src/pthread.c])
RTEMS_TOP(../../../..)
AC_CONFIG_AUX_DIR(../../../..)