guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core configure.in


From: Marius Vollmer
Subject: guile/guile-core configure.in
Date: Sun, 14 Oct 2001 16:10:16 -0400

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Marius Vollmer <address@hidden> 01/10/14 16:10:16

Modified files:
        guile-core     : configure.in 

Log message:
        Do not use an absolute path for <unistd.h> when checking for return
        type of usleep.  Thanks to Michael Carmack.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/configure.in.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.157.2.8&tr2=1.157.2.9&r1=text&r2=text

Patches:
Index: guile/guile-core/configure.in
diff -u guile/guile-core/configure.in:1.166 guile/guile-core/configure.in:1.167
--- guile/guile-core/configure.in:1.166 Thu Sep 20 12:47:41 2001
+++ guile/guile-core/configure.in       Sun Oct 14 16:08:08 2001
@@ -272,7 +272,7 @@
 ### we'd like to return it; otherwise, we'll fake it.
 AC_CACHE_CHECK([return type of usleep], guile_cv_func_usleep_return_type,
   [AC_EGREP_HEADER(changequote(<, >)<void[     ]+usleep>changequote([, ]),
-                   /usr/include/unistd.h,
+                   unistd.h,
                   [guile_cv_func_usleep_return_type=void],
                   [guile_cv_func_usleep_return_type=int])])
 case "$guile_cv_func_usleep_return_type" in



reply via email to

[Prev in Thread] Current Thread [Next in Thread]