kopia lustrzana https://gitlab.com/sane-project/backends
Don't use -ansi on MacOS X.
rodzic
e7152b70df
commit
c959d2a2ee
|
@ -1,3 +1,7 @@
|
||||||
|
2004-04-17 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
|
* acinclude.m4 aclocal.m4 configure: Don't use -ansi on MacOS X.
|
||||||
|
|
||||||
2004-04-17 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
2004-04-17 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
* acinclude.m4 aclocal.m4 configure: If the test for gphoto2-config
|
* acinclude.m4 aclocal.m4 configure: If the test for gphoto2-config
|
||||||
|
|
|
@ -42,7 +42,7 @@ if test "${ac_cv_c_compiler_gnu}" = "yes"; then
|
||||||
# OS/2 and others don't include some headers with -ansi enabled
|
# OS/2 and others don't include some headers with -ansi enabled
|
||||||
ANSI_FLAG=-ansi
|
ANSI_FLAG=-ansi
|
||||||
case "${host_os}" in
|
case "${host_os}" in
|
||||||
solaris* | hpux* | os2* )
|
solaris* | hpux* | os2* | darwin* )
|
||||||
ANSI_FLAG=
|
ANSI_FLAG=
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -54,7 +54,7 @@ if test "${ac_cv_c_compiler_gnu}" = "yes"; then
|
||||||
# OS/2 and others don't include some headers with -ansi enabled
|
# OS/2 and others don't include some headers with -ansi enabled
|
||||||
ANSI_FLAG=-ansi
|
ANSI_FLAG=-ansi
|
||||||
case "${host_os}" in
|
case "${host_os}" in
|
||||||
solaris* | hpux* | os2* )
|
solaris* | hpux* | os2* | darwin* )
|
||||||
ANSI_FLAG=
|
ANSI_FLAG=
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -3301,7 +3301,7 @@ if test "${ac_cv_c_compiler_gnu}" = "yes"; then
|
||||||
# OS/2 and others don't include some headers with -ansi enabled
|
# OS/2 and others don't include some headers with -ansi enabled
|
||||||
ANSI_FLAG=-ansi
|
ANSI_FLAG=-ansi
|
||||||
case "${host_os}" in
|
case "${host_os}" in
|
||||||
solaris* | hpux* | os2* )
|
solaris* | hpux* | os2* | darwin* )
|
||||||
ANSI_FLAG=
|
ANSI_FLAG=
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Ładowanie…
Reference in New Issue