Skip to content

Commit dfacc1e

Browse files
committed
Don't install Windows specific headers on non Windows systems
This is just useless.
1 parent 6d0047c commit dfacc1e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,6 @@ PHP_INSTALL_HEADERS([Zend/], m4_normalize([
16891689
]))
16901690
PHP_INSTALL_HEADERS([TSRM/], m4_normalize([
16911691
TSRM.h
1692-
tsrm_win32.h
16931692
]))
16941693
PHP_INSTALL_HEADERS([main/], m4_normalize([
16951694
fastcgi.h

ext/mysqlnd/config9.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes"; then
7171
])])
7272

7373
PHP_INSTALL_HEADERS([ext/mysqlnd/], m4_normalize([
74-
config-win.h
7574
mysqlnd.h
7675
mysqlnd_alloc.h
7776
mysqlnd_auth.h

ext/standard/config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,5 +515,4 @@ PHP_INSTALL_HEADERS([ext/standard/], m4_normalize([
515515
streamsfuncs.h
516516
url.h
517517
url_scanner_ex.h
518-
winver.h
519518
]))

0 commit comments

Comments
 (0)