We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baace40 commit 3a6f131Copy full SHA for 3a6f131
config/programs.m4
@@ -1,4 +1,4 @@
1
-# $PostgreSQL: pgsql/config/programs.m4,v 1.14 2004/05/19 22:12:30 momjian Exp $
+# $PostgreSQL: pgsql/config/programs.m4,v 1.15 2004/09/02 15:39:55 tgl Exp $
2
3
4
# PGAC_PATH_FLEX
@@ -14,8 +14,9 @@ if test -n "$FLEX"; then
14
pgac_cv_path_flex=$FLEX
15
else
16
pgac_save_IFS=$IFS
17
- IFS=:
+ IFS=$PATH_SEPARATOR
18
for pgac_dir in $PATH; do
19
+ IFS=$pgac_save_IFS
20
if test -z "$pgac_dir" || test x"$pgac_dir" = x"."; then
21
pgac_dir=`pwd`
22
fi
@@ -37,7 +38,6 @@ else
37
38
39
done
40
- IFS=$pgac_save_IFS
41
rm -f conftest.l
42
: ${pgac_cv_path_flex=no}
43
0 commit comments